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

@@ -49,8 +49,8 @@ typedef std::vector<ScriptPointMove> ScriptPointVector;
class SystemMgr
{
friend class ACE_Singleton<SystemMgr, ACE_Null_Mutex>;
SystemMgr() {}
~SystemMgr() {}
SystemMgr() { }
~SystemMgr() { }
public:
typedef UNORDERED_MAP<uint32, ScriptPointVector> PointMoveMap;