소스 검색

Merge branch 'maint-0.3.3' into maint-0.3.4

Nick Mathewson 6 년 전
부모
커밋
3808e3015a
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      scripts/maint/checkSpace.pl

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