about summary refs log tree commit diff
path: root/src/game/editor
diff options
context:
space:
mode:
authorShereef Marzouk <GreYFoXGTi@Gmail.cim>2011-08-02 12:14:49 +0200
committerShereef Marzouk <GreYFoXGTi@Gmail.cim>2011-08-02 12:14:49 +0200
commit2b5c532589b225431ad1dc02212e274c25493a17 (patch)
tree542f73773719296fc6a1c36110595dcd79604822 /src/game/editor
parentc1b23535ff4669cdd21043b885e9d7ffa2bc2381 (diff)
downloadzcatch-2b5c532589b225431ad1dc02212e274c25493a17.tar.gz
zcatch-2b5c532589b225431ad1dc02212e274c25493a17.zip
converted white spaces to tabs
Diffstat (limited to 'src/game/editor')
-rw-r--r--src/game/editor/editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp
index 500e600b..5c897953 100644
--- a/src/game/editor/editor.cpp
+++ b/src/game/editor/editor.cpp
@@ -957,7 +957,7 @@ void CEditor::DoToolbar(CUIRect ToolBar)
 		if(DoButton_Editor(&s_BorderBut, "Border", pT?0:-1, &Button, 0, "Adds border tiles"))
 		{
 			if(pT)
-                DoMapBorder();
+				DoMapBorder();
 		}
 	}