about summary refs log tree commit diff
path: root/src/game/editor/layer_tiles.cpp
diff options
context:
space:
mode:
authorShereef Marzouk <GreYFoXGTi@GMaiL.CoM>2011-08-11 10:59:14 +0200
committerShereef Marzouk <GreYFoXGTi@GMaiL.CoM>2011-08-11 10:59:14 +0200
commitc6fd4a2cc57f8d9dec7164aff98f5a73abc9698d (patch)
treec17c0042e9865ea0d6c0476ee7ef930b4dbcab35 /src/game/editor/layer_tiles.cpp
parent2084febca79d57de3fe1d2781bf0803dd3e96b27 (diff)
downloadzcatch-c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d.tar.gz
zcatch-c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d.zip
General whitespace and tab cleanup
Diffstat (limited to 'src/game/editor/layer_tiles.cpp')
-rw-r--r--src/game/editor/layer_tiles.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/editor/layer_tiles.cpp b/src/game/editor/layer_tiles.cpp
index eb78a23d..7532c1bd 100644
--- a/src/game/editor/layer_tiles.cpp
+++ b/src/game/editor/layer_tiles.cpp
@@ -363,7 +363,7 @@ void CLayerTiles::ShowInfo()
 int CLayerTiles::RenderProperties(CUIRect *pToolBox)
 {
 	CUIRect Button;
-	
+
 	bool InGameGroup = !find_linear(m_pEditor->m_Map.m_pGameGroup->m_lLayers.all(), this).empty();
 	if(m_pEditor->m_Map.m_pGameLayer != this)
 	{
@@ -373,7 +373,7 @@ int CLayerTiles::RenderProperties(CUIRect *pToolBox)
 			pToolBox->HSplitBottom(12.0f, pToolBox, &Button);
 			if(m_pEditor->DoButton_Editor(&s_AutoMapperButton, "Auto map", 0, &Button, 0, ""))
 				m_pEditor->PopupSelectConfigAutoMapInvoke(m_pEditor->UI()->MouseX(), m_pEditor->UI()->MouseY());
-			
+
 			int Result = m_pEditor->PopupSelectConfigAutoMapResult();
 			if(Result > -1)
 			{