CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <[EMAIL PROTECTED]> 05/07/22 14:19:33
Modified files:
utils : codeclean
Log message:
revert regression
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/codeclean.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
Patches:
Index: wesnoth/utils/codeclean
diff -u wesnoth/utils/codeclean:1.3 wesnoth/utils/codeclean:1.4
--- wesnoth/utils/codeclean:1.3 Fri Jul 22 10:29:00 2005
+++ wesnoth/utils/codeclean Fri Jul 22 14:19:33 2005
@@ -18,7 +18,8 @@
+ s/ +\t/\t/g # remove spaces hidden by tabs
+ s/[\t ]+$// # remove trailing whitespace
+ s#wesnoth\.whitevine\.net/?#www.wesnoth.org/#g
-+ [EMAIL PROTECTED]@comcast.net#g;
++ [EMAIL PROTECTED]@verizon.net#g;
++ [EMAIL PROTECTED]@verizon.net#g;
if (eof and index($_, "\n") < 0) { s/$/\n/; ++$changes } # ensure EOL at EOF
END { print "$changes made\n"; }