feat(CI/Codestyle): added codestyle check (#3668)

This commit is contained in:
Kargatum
2021-01-09 17:59:50 +07:00
committed by GitHub
parent 57aa46244d
commit ea93a5c1a1
400 changed files with 238 additions and 748 deletions

View File

@@ -75,7 +75,7 @@ private:
LinkedListElement iLast;
uint32 iSize{0};
public:
LinkedListHead()
LinkedListHead()
{
// create empty list

View File

@@ -41,4 +41,3 @@ public:
//=====================================================
#endif

View File

@@ -109,4 +109,3 @@ private:
ContainerMapList<OBJECT_TYPES> i_elements;
};
#endif

View File

@@ -98,4 +98,3 @@ namespace acore
//}
}
#endif

View File

@@ -153,4 +153,3 @@ namespace acore
}
#endif

View File

@@ -96,4 +96,3 @@ private:
VISITOR& i_visitor;
};
#endif

View File

@@ -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