[or-cvs] crank the max line limit down to 150 chars.
    arma at seul.org 
    arma at seul.org
       
    Sat Dec 10 08:25:56 UTC 2005
    
    
  
Update of /home2/or/cvsroot/tor/contrib
In directory moria:/home/arma/work/onion/cvs/tor/contrib
Modified Files:
	checkSpace.pl 
Log Message:
crank the max line limit down to 150 chars.
Index: checkSpace.pl
===================================================================
RCS file: /home2/or/cvsroot/tor/contrib/checkSpace.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- checkSpace.pl	9 Dec 2005 05:37:26 -0000	1.11
+++ checkSpace.pl	10 Dec 2005 08:25:53 -0000	1.12
@@ -37,7 +37,7 @@
         }
 	## Terminals are still 80 columns wide in my world.  I refuse to
 	## accept double-line lines.
-	if (/^.{160}/) {
+	if (/^.{150}/) {
 	    print "     Wide:$fn:$.\n";
 	}
 
    
    
More information about the tor-commits
mailing list