converted all tabs to 4 spaces

This commit is contained in:
Yehonal
2016-06-26 19:23:57 +02:00
parent 52f305111c
commit f6eefedcd5
717 changed files with 132388 additions and 132388 deletions

View File

@@ -32,7 +32,7 @@ public:
Group* GetGroupByGUID(uint32 guid) const;
void InitGroupIds();
void InitGroupIds();
void RegisterGroupId(uint32 groupId);
uint32 GenerateGroupId();
@@ -42,8 +42,8 @@ public:
protected:
typedef std::vector<bool> GroupIds;
GroupIds _groupIds;
typedef std::vector<bool> GroupIds;
GroupIds _groupIds;
uint32 _nextGroupId;
GroupContainer GroupStore;
};