refactor(Tools): restyle tools with astyle (#3705)
This commit is contained in:
parent
4457e85079
commit
85927685f2
30 changed files with 152 additions and 152 deletions
|
|
@ -30,7 +30,7 @@ bool FileLoader::loadFile(std::string const& fileName, bool log)
|
|||
{
|
||||
free();
|
||||
MPQFile mf(fileName.c_str());
|
||||
if(mf.isEof())
|
||||
if (mf.isEof())
|
||||
{
|
||||
if (log)
|
||||
printf("No such file %s\n", fileName.c_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue