Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.

This commit is contained in:
leguybrush
2013-10-28 14:36:07 -04:00
parent 5cfd180247
commit 0a308144a8
67 changed files with 109 additions and 327 deletions

View File

@@ -176,13 +176,9 @@ struct TSpellSummary
} *SpellSummary;
ScriptMgr::ScriptMgr()
: _scriptCount(0), _scheduledScripts(0)
{
}
: _scriptCount(0), _scheduledScripts(0) { }
ScriptMgr::~ScriptMgr()
{
}
ScriptMgr::~ScriptMgr() { }
void ScriptMgr::Initialize()
{