瀏覽代碼

Finally remove our EOL@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)
Nick Mathewson 6 年之前
父節點
當前提交
1953a7e61d
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      scripts/maint/checkSpace.pl

+ 0 - 6
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);
 }
-