changeset 1477:6023f65a3aee

Fix indentation, removing tabs.
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 05 Jun 2009 02:54:34 +0200
parents df0ffca8a636
children 4dca8ed9d8b7
files gen/configfile.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gen/configfile.cpp	Thu Jun 04 18:36:07 2009 -0600
+++ b/gen/configfile.cpp	Fri Jun 05 02:54:34 2009 +0200
@@ -71,9 +71,9 @@
             if (!p.exists())
             {
             #if _WIN32
-                   p = ConfigGetExePath(p);
-	            exeDirectoryName = p.toString();
-	     #else
+                p = ConfigGetExePath(p);
+                exeDirectoryName = p.toString();
+            #else
                 // 4) try next to the executable
                 p = sys::Path::GetMainExecutable(argv0, mainAddr);
                 p.eraseComponent();