This commit is contained in:
2026-06-22 17:56:13 +03:00
parent df889a7a15
commit d049b65292

View File

@@ -15,7 +15,7 @@ void tab(noom_uint_t amount) {
} }
} }
void print_node(const noomP_Node *node, noom_uint_t depth) { void print_node(const noomP_Node* node, noom_uint_t depth) {
tab(depth); tab(depth);
printf("{\n"); printf("{\n");