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

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

[Wesnoth-cvs-commits] wesnoth/src help.cpp


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth/src help.cpp
Date: Sun, 03 Jul 2005 18:10:50 -0400

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

Modified files:
        src            : help.cpp 

Log message:
        indentation tweaks

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.109&tr2=1.110&r1=text&r2=text

Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.109 wesnoth/src/help.cpp:1.110
--- wesnoth/src/help.cpp:1.109  Sun Jul  3 20:52:01 2005
+++ wesnoth/src/help.cpp        Sun Jul  3 22:10:49 2005
@@ -1198,9 +1198,9 @@
 
                        table.push_back(first_row);
                        for (std::set<std::string>::const_iterator terrain_it =
-                                        
preferences::encountered_terrains().begin(),
-                                terrain_end = 
preferences::encountered_terrains().end();
-                                terrain_it != terrain_end; terrain_it++) {
+                                 preferences::encountered_terrains().begin(),
+                                 terrain_end = 
preferences::encountered_terrains().end();
+                                 terrain_it != terrain_end; terrain_it++) {
                                wassert(terrain_it->size() > 0);
                                const gamemap::TERRAIN terrain = 
(*terrain_it)[0];
                                if (terrain == gamemap::FOGGED || terrain == 
gamemap::VOID_TERRAIN)
@@ -1292,7 +1292,7 @@
                        const std::string aliased_terrains = type.type();
                        std::stringstream alias_ss;
                        for (std::string::const_iterator it = 
aliased_terrains.begin();
-                                it != aliased_terrains.end(); it++) {
+                                 it != aliased_terrains.end(); it++) {
                                const gamemap::TERRAIN t = *it;
                                const std::string &alias_name = 
map->get_terrain_info(t).name();
                                alias_ss << "<ref>text='" << escape(alias_name) 
<< "' dst='"




reply via email to

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