forked from github/server
newline after travelthru message
This commit is contained in:
parent
f96e88e3e0
commit
10783a05e3
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -27,6 +27,7 @@ ipch/
|
||||||
*~
|
*~
|
||||||
*.pyc
|
*.pyc
|
||||||
*.bak
|
*.bak
|
||||||
|
*.swp
|
||||||
bin/
|
bin/
|
||||||
build*/
|
build*/
|
||||||
*.log
|
*.log
|
||||||
|
|
Binary file not shown.
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue