From d049b65292542c0be457e62fa913eae87107cee1 Mon Sep 17 00:00:00 2001 From: tema5002 Date: Mon, 22 Jun 2026 17:56:13 +0300 Subject: [PATCH] :> --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");