newline after travelthru message

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

1
.gitignore vendored
View File

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

Binary file not shown.

View File

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