Author: shadowmaster
Date: Sat Feb  7 00:34:18 2009
New Revision: 32632

URL: http://svn.gna.org/viewcvs/wesnoth?rev=32632&view=rev
Log:
Indentation.

Modified:
    trunk/src/widgets/progressbar.cpp

Modified: trunk/src/widgets/progressbar.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/widgets/progressbar.cpp?rev=32632&r1=32631&r2=32632&view=diff
==============================================================================
--- trunk/src/widgets/progressbar.cpp (original)
+++ trunk/src/widgets/progressbar.cpp Sat Feb  7 00:34:18 2009
@@ -89,16 +89,16 @@
                selected_text_location.w = inner_area.w;
                selected_text_location.h = inner_area.h;
                {
-               clip_rect_setter clippy(surf, selected_text_location);
-               font::draw_text(
-                       &video(),
-                       selected_text_location,
-                       font::SIZE_NORMAL,
-                       selected_text_color,
-                       text,
-                       text_area.x,
-                       text_area.y
-               );
+                       clip_rect_setter clippy(surf, selected_text_location);
+                       font::draw_text(
+                               &video(),
+                               selected_text_location,
+                               font::SIZE_NORMAL,
+                               selected_text_color,
+                               text,
+                               text_area.x,
+                               text_area.y
+                       );
                }
        }
 


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

Reply via email to