diff options
Diffstat (limited to 'lldb/source/DataFormatters/ValueObjectPrinter.cpp')
-rw-r--r-- | lldb/source/DataFormatters/ValueObjectPrinter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/DataFormatters/ValueObjectPrinter.cpp b/lldb/source/DataFormatters/ValueObjectPrinter.cpp index 7432f340f40..6a7668bbe5c 100644 --- a/lldb/source/DataFormatters/ValueObjectPrinter.cpp +++ b/lldb/source/DataFormatters/ValueObjectPrinter.cpp @@ -88,8 +88,8 @@ ValueObjectPrinter::PrintValueObject () if (val_summary_ok) PrintChildrenIfNeeded (value_printed, summary_printed); - - m_stream->EOL(); + else + m_stream->EOL(); return true; } |