diff options
Diffstat (limited to 'lldb/source/Core/StructuredData.cpp')
-rw-r--r-- | lldb/source/Core/StructuredData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/StructuredData.cpp b/lldb/source/Core/StructuredData.cpp index 000dacb5f57..95bdeb518bc 100644 --- a/lldb/source/Core/StructuredData.cpp +++ b/lldb/source/Core/StructuredData.cpp @@ -291,7 +291,7 @@ StructuredData::Dictionary::Dump (Stream &s, bool pretty_print) const s << "{"; if (pretty_print) { - s << "{\n"; + s << "\n"; s.IndentMore(); } for (const auto &pair : m_dict) |