Random changes with varying usefulness #9

Merged
IonutParau merged 4 commits from :main into main 2026-06-22 22:13:46 +02:00
Showing only changes of commit d049b65292 - Show all commits

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");