wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth utils/codeclean src/server/proxy.cpp sr...


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth utils/codeclean src/server/proxy.cpp sr...
Date: Fri, 22 Jul 2005 06:29:00 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/07/22 10:29:00

Modified files:
        utils          : codeclean 
        src/server     : proxy.cpp proxy.hpp 

Log message:
        fix missing end of line at end of file and add this to codeclean

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/codeclean.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/server/proxy.cpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/server/proxy.hpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: wesnoth/src/server/proxy.cpp
diff -u wesnoth/src/server/proxy.cpp:1.1 wesnoth/src/server/proxy.cpp:1.2
--- wesnoth/src/server/proxy.cpp:1.1    Wed Jul 20 22:33:39 2005
+++ wesnoth/src/server/proxy.cpp        Fri Jul 22 10:29:00 2005
@@ -71,4 +71,4 @@
        network::send_data(data,peer);
 }
 
-}
\ No newline at end of file
+}
Index: wesnoth/src/server/proxy.hpp
diff -u wesnoth/src/server/proxy.hpp:1.1 wesnoth/src/server/proxy.hpp:1.2
--- wesnoth/src/server/proxy.hpp:1.1    Wed Jul 20 22:33:39 2005
+++ wesnoth/src/server/proxy.hpp        Fri Jul 22 10:29:00 2005
@@ -17,4 +17,4 @@
 
 }
 
-#endif
\ No newline at end of file
+#endif
Index: wesnoth/utils/codeclean
diff -u wesnoth/utils/codeclean:1.2 wesnoth/utils/codeclean:1.3
--- wesnoth/utils/codeclean:1.2 Wed Jun 29 20:12:16 2005
+++ wesnoth/utils/codeclean     Fri Jul 22 10:29:00 2005
@@ -18,7 +18,7 @@
 + s/ +\t/\t/g # remove spaces hidden by tabs
 + s/[\t ]+$// # remove trailing whitespace
 + s#wesnoth\.whitevine\.net/?#www.wesnoth.org/#g
-+ address@hidden@verizon.net#g;
-+ address@hidden@verizon.net#g;
++ address@hidden@comcast.net#g;
+if (eof and index($_, "\n") < 0) { s/$/\n/; ++$changes } # ensure EOL at EOF
 
 END { print "$changes made\n"; }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]