mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
refactor(Tools): restyle tools with astyle (#3705)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user