newline after travelthru message

This commit is contained in:
Enno Rehling 2019-01-13 09:48:40 +01:00
parent acbbf42db1
commit 765e2c5c61
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ ipch/
*~ *~
*.pyc *.pyc
*.bak *.bak
*.swp
bin/ bin/
build*/ build*/
*.log *.log

Binary file not shown.

View File

@ -2170,6 +2170,7 @@ report_plaintext(const char *filename, report_context * ctx,
newline(out); newline(out);
report_travelthru(out, r, f); report_travelthru(out, r, f);
} }
newline(out);
if (wants_stats && r->seen.mode >= seen_unit) { if (wants_stats && r->seen.mode >= seen_unit) {
statistics(out, r, f); statistics(out, r, f);