Print newline at the end of JSON output

This commit is contained in:
Harlan Haskins
2017-06-15 18:37:27 -07:00
parent 841df8d8b5
commit 566b5f4be3

View File

@@ -238,6 +238,8 @@ int doSerializeRawTree(const StringRef InputFilename) {
out << Raw;
}
llvm::outs() << "\n";
return EXIT_SUCCESS;
}