summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/DataFormatters/ValueObjectPrinter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/ValueObjectPrinter.cpp b/lldb/source/DataFormatters/ValueObjectPrinter.cpp
index 6a7668bbe5c..cd316cec628 100644
--- a/lldb/source/DataFormatters/ValueObjectPrinter.cpp
+++ b/lldb/source/DataFormatters/ValueObjectPrinter.cpp
@@ -541,4 +541,6 @@ ValueObjectPrinter::PrintChildrenIfNeeded (bool value_printed,
{
m_stream->PutCString("{...}\n");
}
+ else
+ m_stream->EOL();
}
OpenPOWER on IntegriCloud