Sfoglia il codice sorgente

Merge branch 'maint-0.2.9' into maint-0.3.1

Nick Mathewson 6 anni fa
parent
commit
2968c716d7
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      scripts/maint/checkSpace.pl

+ 0 - 5
scripts/maint/checkSpace.pl

@@ -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);
 }