Indent the "message" key in analyzer plist output.

llvm-svn: 163487
This commit is contained in:
Ted Kremenek 2012-09-10 06:19:43 +00:00
parent dc1f6bc454
commit 9b9ee2a616
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ static void ReportEvent(raw_ostream &o, const PathDiagnosticPiece& P,
// Output the short text.
// FIXME: Really use a short string.
Indent(o, indent) << "<key>message</key>\n";
Indent(o, indent);
EmitString(o, P.getString()) << '\n';
// Finish up.