astyle FTW (should have read about that sooner)

This commit is contained in:
booga 2009-07-24 19:23:30 -04:00
parent 52e2e775b2
commit 9fa8c0ee9c
4 changed files with 49 additions and 48 deletions

View File

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