Fix spacing

This commit is contained in:
Akkadius
2015-01-10 15:47:36 -06:00
parent 6844645dfb
commit b76e179d75
39 changed files with 409 additions and 409 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ void LoadSpells(EQEmu::MemoryMappedFile **mmf) {
spells = reinterpret_cast<SPDat_Spell_Struct*>((*mmf)->Get());
mutex.Unlock();
} catch(std::exception &ex) {
logger.Log(EQEmuLogSys::Error,"Error loading spells: %s", ex.what());
logger.Log(EQEmuLogSys::Error, "Error loading spells: %s", ex.what());
return;
}