Core/Code: Unify codestyle for brackets: {} to { }.

Also added missing copyright to some files.
This commit is contained in:
Ascathor
2013-10-27 22:27:46 +01:00
parent e5553cfb78
commit 2607738990
312 changed files with 1372 additions and 1066 deletions

View File

@@ -693,7 +693,7 @@ struct ResetNotifier
for (typename GridRefManager<T>::iterator iter=m.begin(); iter != m.end(); ++iter)
iter->GetSource()->ResetAllNotifies();
}
template<class T> void Visit(GridRefManager<T> &) {}
template<class T> void Visit(GridRefManager<T> &) { }
void Visit(CreatureMapType &m) { resetNotify<Creature>(m);}
void Visit(PlayerMapType &m) { resetNotify<Player>(m);}
};