<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:
@@ -88,8 +88,8 @@ ValueObjectPrinter::PrintValueObject ()
|
||||
|
||||
if (val_summary_ok)
|
||||
PrintChildrenIfNeeded (value_printed, summary_printed);
|
||||
|
||||
m_stream->EOL();
|
||||
else
|
||||
m_stream->EOL();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user