diff --git a/compiler-rt/lib/tsan/rtl/tsan_report.cc b/compiler-rt/lib/tsan/rtl/tsan_report.cc index 21f1c1ee7e22..6d8b44824ed8 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_report.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_report.cc @@ -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++) {