mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-22 15:53:14 +01:00
Fix indentation (TAB -> SPACE in 2 cases).
This commit is contained in:
@@ -32,7 +32,7 @@ bool ConfigFile::locate(sys::Path& p, const char* argv0, void* mainAddr, const c
|
||||
// try the current working dir
|
||||
p = sys::Path::GetCurrentDirectory();
|
||||
p.appendComponent(filename);
|
||||
if (sys::fs::exists(p.str()))
|
||||
if (sys::fs::exists(p.str()))
|
||||
return true;
|
||||
|
||||
// user configuration
|
||||
|
||||
Reference in New Issue
Block a user