From 03b41c7c263574a3d2031bb0e7f86ce270747f2a Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sat, 19 Nov 2022 15:37:16 +0100 Subject: [PATCH] :art: scan2 cosmetics --- src/parse/scan2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse/scan2.c b/src/parse/scan2.c index 48742541..302a0625 100644 --- a/src/parse/scan2.c +++ b/src/parse/scan2.c @@ -638,7 +638,7 @@ ANN m_bool scan2_ast(const Env env, Ast *ast) { } for(uint32_t i = 0; i < acc->len; i++) { - Section * section = mp_vector_at(acc, Section, i); + Section *section = mp_vector_at(acc, Section, i); default_args(env, section, ast); } free_mp_vector(env->gwion->mp, Section, acc); -- 2.43.0