commit 72ee0b6f793949c4637c5878c51a39316f0b336e parent 36c372581f8d7651c336f69b9b1b051d3d31d548 Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 29 Jun 2018 23:12:03 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 Diffstat:
| M | scripts/maint/checkSpace.pl | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/scripts/maint/checkSpace.pl b/scripts/maint/checkSpace.pl @@ -192,11 +192,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); }