Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.

This commit is contained in:
leguybrush
2013-10-28 14:36:07 -04:00
parent 5cfd180247
commit 0a308144a8
67 changed files with 109 additions and 327 deletions

View File

@@ -107,9 +107,7 @@ struct DynTreeImpl : public ParentTree/*, public Intersectable*/
int unbalanced_times;
};
DynamicMapTree::DynamicMapTree() : impl(new DynTreeImpl())
{
}
DynamicMapTree::DynamicMapTree() : impl(new DynTreeImpl()) { }
DynamicMapTree::~DynamicMapTree()
{