# HG changeset patch # User Frits van Bommel # Date 1244163274 -7200 # Node ID 6023f65a3aee7b33d25f4a9fd27703ff79b6476c # Parent df0ffca8a6362dc07b680ccaa7504c133e4e5ccc Fix indentation, removing tabs. diff -r df0ffca8a636 -r 6023f65a3aee gen/configfile.cpp --- 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();