Fix indentation, removing tabs.

This commit is contained in:
Frits van Bommel
2009-06-05 02:54:34 +02:00
parent 243a9bc4a6
commit c6946d4072

View File

@@ -71,9 +71,9 @@ bool ConfigFile::read(const char* argv0, void* mainAddr, const char* filename)
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();