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

@@ -32,9 +32,7 @@
namespace lfg
{
LFGPlayerScript::LFGPlayerScript() : PlayerScript("LFGPlayerScript")
{
}
LFGPlayerScript::LFGPlayerScript() : PlayerScript("LFGPlayerScript") { }
void LFGPlayerScript::OnLevelChanged(Player* player, uint8 /*oldLevel*/)
{
@@ -120,9 +118,7 @@ void LFGPlayerScript::OnMapChanged(Player* player)
player->RemoveAurasDueToSpell(LFG_SPELL_LUCK_OF_THE_DRAW);
}
LFGGroupScript::LFGGroupScript() : GroupScript("LFGGroupScript")
{
}
LFGGroupScript::LFGGroupScript() : GroupScript("LFGGroupScript") { }
void LFGGroupScript::OnAddMember(Group* group, uint64 guid)
{