tsan: add missing \n in report

llvm-svn: 168496
This commit is contained in:
Dmitry Vyukov 2012-11-22 13:38:28 +00:00
parent bb9279a6af
commit 3048e1a399
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static void PrintHeader(ReportType typ) {
void PrintStack(const ReportStack *ent) {
if (ent == 0) {
Printf(" [failed to restore the stack]\n");
Printf(" [failed to restore the stack]\n\n");
return;
}
for (int i = 0; ent; ent = ent->next, i++) {