A more thorough fix for the newlines issue

llvm-svn: 191919
This commit is contained in:
Enrico Granata
2013-10-03 18:11:24 +00:00
parent 724143a752
commit 245b3caa57

View File

@@ -541,4 +541,6 @@ ValueObjectPrinter::PrintChildrenIfNeeded (bool value_printed,
{
m_stream->PutCString("{...}\n");
}
else
m_stream->EOL();
}