summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2013-10-03 18:11:24 +0000
committerEnrico Granata <egranata@apple.com>2013-10-03 18:11:24 +0000
commit245b3caa57f405fb4a901f754955de49eceaaffd (patch)
tree0943588b99c21864dd085594aef017aa710d5149 /lldb/source
parent724143a7520a372d089c2e5cbeda5dc212f72e87 (diff)
downloadbcm5719-llvm-245b3caa57f405fb4a901f754955de49eceaaffd.tar.gz
bcm5719-llvm-245b3caa57f405fb4a901f754955de49eceaaffd.zip
A more thorough fix for the newlines issue
llvm-svn: 191919
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