Author: ilor
Date: Sun Jul  6 20:00:08 2008
New Revision: 27790

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27790&view=rev
Log:
indent fix

Modified:
    trunk/src/editor2/editor_display.hpp

Modified: trunk/src/editor2/editor_display.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_display.hpp?rev=27790&r1=27789&r2=27790&view=diff
==============================================================================
--- trunk/src/editor2/editor_display.hpp (original)
+++ trunk/src/editor2/editor_display.hpp Sun Jul  6 20:00:08 2008
@@ -27,13 +27,13 @@
        bool in_editor() const { return true; }
 
 protected:
-    void pre_draw();
-        /**
-         * The editor uses different rules for terrain highligting (e.g. 
selections)
-         */
-    image::TYPE get_image_type(const gamemap::location& loc);
-    const SDL_Rect& get_clip_rect();
-    void draw_sidebar();
+       void pre_draw();
+       /**
+       * The editor uses different rules for terrain highligting (e.g. 
selections)
+       */
+       image::TYPE get_image_type(const gamemap::location& loc);
+       const SDL_Rect& get_clip_rect();
+       void draw_sidebar();
 };
 
 } //end namespace editor2


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

Reply via email to