Cleanup: use braces (follow own style guide)

This commit is contained in:
Campbell Barton
2025-06-11 09:05:26 +00:00
parent afd778ec01
commit 07121d44ae
31 changed files with 172 additions and 106 deletions

View File

@@ -349,8 +349,9 @@ void Octree::addTriangle(Triangle *trian, int triind)
#if 0
static void print_depth(int height, int maxDepth)
{
for (int i = 0; i < maxDepth - height; i++)
for (int i = 0; i < maxDepth - height; i++) {
printf(" ");
}
}
#endif