From a6f51001a5d18c5de9a333db71390195debc7b01 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 9 Jun 2005 16:46:51 +0000 Subject: New whitespace normalization rule: no blank line at EOF. svn:r4378 --- contrib/checkSpace.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib') diff --git a/contrib/checkSpace.pl b/contrib/checkSpace.pl index 8724250bc..8b6fb828b 100755 --- a/contrib/checkSpace.pl +++ b/contrib/checkSpace.pl @@ -75,5 +75,8 @@ for $fn (@ARGV) { } } } + if ($lastnil) { + print " EOL\@EOF:$fn:$.\n"; + } close(F); } -- cgit v1.2.3