<rdar://problem/15118409>

Fix an issue with the new ValueObjectPrinter where in some cases spurious \n would be printed

llvm-svn: 191869
This commit is contained in:
Enrico Granata
2013-10-03 02:06:02 +00:00
parent 5c98c9a216
commit 39938938cf

View File

@@ -88,8 +88,8 @@ ValueObjectPrinter::PrintValueObject ()
if (val_summary_ok)
PrintChildrenIfNeeded (value_printed, summary_printed);
m_stream->EOL();
else
m_stream->EOL();
return true;
}