Merge branch 'maint-0.3.1' into release-0.3.1

This commit is contained in:
Nick Mathewson 2018-06-29 23:12:03 -04:00
commit 01baad0a63

View File

@ -188,11 +188,6 @@ for my $fn (@ARGV) {
} }
} }
} }
## Warn if the file doesn't end with a blank line.
# (End each file with a single blank line.)
if (! $lastnil) {
msg " EOL\@EOF:$fn:$.\n";
}
close(F); close(F);
} }