forked from github/server
newline after travelthru message
This commit is contained in:
parent
acbbf42db1
commit
765e2c5c61
|
@ -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 New Issue