浏览代码

Merge branch 'maint-0.3.2' into maint-0.3.3

Nick Mathewson 5 年之前
父节点
当前提交
72ee0b6f79
共有 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);
 }