comparison gen/configfile.cpp @ 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 7d3b47852a7a
comparison
equal deleted inserted replaced
1476:df0ffca8a636 1477:6023f65a3aee
69 p.appendComponent(filename); 69 p.appendComponent(filename);
70 70
71 if (!p.exists()) 71 if (!p.exists())
72 { 72 {
73 #if _WIN32 73 #if _WIN32
74 p = ConfigGetExePath(p); 74 p = ConfigGetExePath(p);
75 exeDirectoryName = p.toString(); 75 exeDirectoryName = p.toString();
76 #else 76 #else
77 // 4) try next to the executable 77 // 4) try next to the executable
78 p = sys::Path::GetMainExecutable(argv0, mainAddr); 78 p = sys::Path::GetMainExecutable(argv0, mainAddr);
79 p.eraseComponent(); 79 p.eraseComponent();
80 #endif 80 #endif
81 p.appendComponent(filename); 81 p.appendComponent(filename);