diff --git a/src/main.c b/src/main.c index 1def51b..fc928bb 100644 --- a/src/main.c +++ b/src/main.c @@ -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); printf("{\n");