about summary refs log tree commit diff
path: root/src/game/editor/popups.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/popups.cpp
parent2084febca79d57de3fe1d2781bf0803dd3e96b27 (diff)
downloadzcatch-c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d.tar.gz
zcatch-c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d.zip
General whitespace and tab cleanup
Diffstat (limited to 'src/game/editor/popups.cpp')
-rw-r--r--src/game/editor/popups.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/editor/popups.cpp b/src/game/editor/popups.cpp
index 0d8036e3..a97146aa 100644
--- a/src/game/editor/popups.cpp
+++ b/src/game/editor/popups.cpp
@@ -811,7 +811,7 @@ int CEditor::PopupSelectConfigAutoMap(CEditor *pEditor, CUIRect View)
 	CUIRect Button;
 	static int s_AutoMapperConfigButtons[256];
 	CAutoMapper *pAutoMapper = &pEditor->m_Map.m_lImages[pLayer->m_Image]->m_AutoMapper;
-	
+
 	for(int i = 0; i < pAutoMapper->ConfigNamesNum(); ++i)
 	{
 		View.HSplitTop(2.0f, 0, &View);
@@ -837,7 +837,7 @@ int CEditor::PopupSelectConfigAutoMapResult()
 {
 	if(s_AutoMapConfigSelected < 0)
 		return -1;
-	
+
 	int Result = s_AutoMapConfigSelected;
 	s_AutoMapConfigSelected = -1;
 	return Result;