forked from github/server
newline after travelthru message
This commit is contained in:
parent
f96e88e3e0
commit
10783a05e3
|
@ -27,6 +27,7 @@ ipch/
|
|||
*~
|
||||
*.pyc
|
||||
*.bak
|
||||
*.swp
|
||||
bin/
|
||||
build*/
|
||||
*.log
|
||||
|
|
Binary file not shown.
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue