[tor-commits] [tor/release-0.3.2] Finally remove our EOL at EOF check.

nickm at torproject.org nickm at torproject.org
Sat Jun 30 03:12:10 UTC 2018


commit 1953a7e61d7dede47f90016cea13b38bc33554ef
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Jun 18 16:10:47 2018 -0400

    Finally remove our EOL at EOF check.
    
    This check was added by mistake long ago.  It will be nice to see
    these EOLs disappear from our code over time.
    
    (backport from master)
---
 scripts/maint/checkSpace.pl | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/scripts/maint/checkSpace.pl b/scripts/maint/checkSpace.pl
index e90f5b330..5af95a27e 100755
--- a/scripts/maint/checkSpace.pl
+++ b/scripts/maint/checkSpace.pl
@@ -177,11 +177,5 @@ for $fn (@ARGV) {
 	    }
         }
     }
-    ## Warn if the file doesn't end with a blank line.
-    #    (End each file with a single blank line.)
-    if (! $lastnil) {
-        print "  EOL\@EOF:$fn:$.\n";
-    }
     close(F);
 }
-





More information about the tor-commits mailing list