Fix indentation (TAB -> SPACE in 2 cases).

This commit is contained in:
kai
2011-11-21 20:47:38 +01:00
parent 1ecd536f45
commit aa20673c72
2 changed files with 3 additions and 3 deletions

View File

@@ -362,8 +362,8 @@ void deleteExecutable()
if (!gExePath.isEmpty())
{
assert(gExePath.isValid());
bool is_directory;
assert(!(!llvm::sys::fs::is_directory(gExePath.str(), is_directory) && is_directory));
bool is_directory;
assert(!(!llvm::sys::fs::is_directory(gExePath.str(), is_directory) && is_directory));
gExePath.eraseFromDisk(false);
}
}