astyle FTW (should have read about that sooner)
This commit is contained in:
parent
52e2e775b2
commit
9fa8c0ee9c
|
@ -378,7 +378,8 @@ private:
|
||||||
const int STL_CONTAINER_LIST = 10;
|
const int STL_CONTAINER_LIST = 10;
|
||||||
const std::string stlCont[STL_CONTAINER_LIST] =
|
const std::string stlCont[STL_CONTAINER_LIST] =
|
||||||
{"vector", "deque", "list", "set", "multiset", "map",
|
{"vector", "deque", "list", "set", "multiset", "map",
|
||||||
"multimap", "hash_map", "hash_multimap", "hash_set"};
|
"multimap", "hash_map", "hash_multimap", "hash_set"
|
||||||
|
};
|
||||||
|
|
||||||
for (int i = 0; i < STL_CONTAINER_LIST; ++i)
|
for (int i = 0; i < STL_CONTAINER_LIST; ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue