mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.
This commit is contained in:
@@ -176,13 +176,9 @@ struct TSpellSummary
|
||||
} *SpellSummary;
|
||||
|
||||
ScriptMgr::ScriptMgr()
|
||||
: _scriptCount(0), _scheduledScripts(0)
|
||||
{
|
||||
}
|
||||
: _scriptCount(0), _scheduledScripts(0) { }
|
||||
|
||||
ScriptMgr::~ScriptMgr()
|
||||
{
|
||||
}
|
||||
ScriptMgr::~ScriptMgr() { }
|
||||
|
||||
void ScriptMgr::Initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user