Author: mordante
Date: Fri Apr 23 22:17:45 2010
New Revision: 42230

URL: http://svn.gna.org/viewcvs/wesnoth?rev=42230&view=rev
Log:
Strip trailing whitespace.

Modified:
    trunk/src/game.cpp

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=42230&r1=42229&r2=42230&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Fri Apr 23 22:17:45 2010
@@ -383,7 +383,7 @@
                        preferences::set_fullscreen(true);
 
                } else if(val.find("--campaign") == 0 || val.find("-c") == 0) {
-                       // campaign starting template: 
+                       // campaign starting template:
                        // -c[[<difficulty>] <id_campaign> [<id_scenario>]]
                        // --campaign[[<difficulty>] <id_campaign> 
[<id_scenario>]]
                        jump_to_campaign_.jump_ = true;
@@ -1077,7 +1077,7 @@
        }
        else
        {
-               // don't reset the campaign_id_ so we can know 
+               // don't reset the campaign_id_ so we can know
                // if we should quit the game or return to the main menu
 
                // checking for valid campaign name
@@ -1095,7 +1095,7 @@
                {
                        std::cerr<<"No such campaign id to jump to: 
["<<jump_to_campaign_.campaign_id_<<"]\n";
                        return false;
-               }       
+               }
        }
 
        const config &campaign = campaigns[campaign_num];


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

Reply via email to