Author: esr
Date: Fri Apr  4 00:10:55 2008
New Revision: 25510

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25510&view=rev
Log:
Obsolete, as Subversion checkout does out line-ending conversions now.

Removed:
    trunk/utils/codeclean

Removed: trunk/utils/codeclean
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/codeclean?rev=25509&view=auto
==============================================================================
--- trunk/utils/codeclean (original)
+++ trunk/utils/codeclean (removed)
@@ -1,25 +1,0 @@
-#!/usr/bin/perl -pi
-
-#   Copyright (C) 2005 by ott
-#   Part of the Battle for Wesnoth Project http://wesnoth.org/
-#
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License.
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY.
-#
-#   See the COPYING file for more details.
-
-# codeclean: clean up source code
-# feed this a list of files to update as arguments, eg. from fgrep -r
-# or find . -name '*.[ch]pp' -print
-
-$changes += s/\r$// # de-DOS-ify
-+ s/ +\t/\t/g # remove spaces hidden by tabs
-+ s/[\t ]+$// # remove trailing whitespace
-+ s#wesnoth\.whitevine\.net/?#www.wesnoth.org/#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"; }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to