[or-cvs] Change end-of-file NLNL convention. It turns out arma I an...

Nick Mathewson nickm at seul.org
Thu Jun 9 19:03:33 UTC 2005


Update of /home/or/cvsroot/tor/contrib
In directory moria:/tmp/cvs-serv4061/contrib

Modified Files:
	checkSpace.pl 
Log Message:
Change end-of-file NLNL convention.  It turns out arma I and I agree.

Index: checkSpace.pl
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/checkSpace.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- checkSpace.pl	9 Jun 2005 16:46:50 -0000	1.6
+++ checkSpace.pl	9 Jun 2005 19:03:31 -0000	1.7
@@ -75,7 +75,7 @@
 	    }
 	}
     }
-    if ($lastnil) {
+    if (! $lastnil) {
         print "  EOL\@EOF:$fn:$.\n";
     }
     close(F);



More information about the tor-commits mailing list