[or-cvs] Bite the bullet and limit all our source lines to 80 charac...
Nick Mathewson
nickm at seul.org
Wed Dec 14 20:40:41 UTC 2005
Update of /home/or/cvsroot/tor/contrib
In directory moria:/tmp/cvs-serv4887/contrib
Modified Files:
checkSpace.pl
Log Message:
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
Index: checkSpace.pl
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/checkSpace.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- checkSpace.pl 10 Dec 2005 08:25:53 -0000 1.12
+++ checkSpace.pl 14 Dec 2005 20:40:39 -0000 1.13
@@ -37,7 +37,7 @@
}
## Terminals are still 80 columns wide in my world. I refuse to
## accept double-line lines.
- if (/^.{150}/) {
+ if (/^.{80}/) {
print " Wide:$fn:$.\n";
}
More information about the tor-commits
mailing list