small changes
[c11tester.git] / actionlist.cc
index 4a24ba9952a32bffbefdbdf418a031d6ac1db412..f97e667a00c9a20273bbd7e146b4543d96776eda 100644 (file)
@@ -253,7 +253,7 @@ bool actionlist::isEmpty() {
  */
 void actionlist::fixupParent()
 {
-       for (int i = 0; i < ALLNODESIZE; i++) {
+       for (int i = 0;i < ALLNODESIZE;i++) {
                allnode * child = root.children[i];
                if (child != NULL && child->parent != &root)
                        child->parent = &root;