mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 08:16:08 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -75,7 +75,7 @@ private:
|
||||
LinkedListElement iLast;
|
||||
uint32 iSize{0};
|
||||
public:
|
||||
LinkedListHead()
|
||||
LinkedListHead()
|
||||
{
|
||||
// create empty list
|
||||
|
||||
|
||||
@@ -41,4 +41,3 @@ public:
|
||||
|
||||
//=====================================================
|
||||
#endif
|
||||
|
||||
|
||||
@@ -109,4 +109,3 @@ private:
|
||||
ContainerMapList<OBJECT_TYPES> i_elements;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
@@ -98,4 +98,3 @@ namespace acore
|
||||
//}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -153,4 +153,3 @@ namespace acore
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -96,4 +96,3 @@ private:
|
||||
VISITOR& i_visitor;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ struct TypeList
|
||||
#define TYPELIST_4(T1, T2, T3, T4) TypeList<T1, TYPELIST_3(T2, T3, T4) >
|
||||
#define TYPELIST_5(T1, T2, T3, T4, T5) TypeList<T1, TYPELIST_4(T2, T3, T4, T5) >
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user