From: fennecdjay Date: Sat, 19 Nov 2022 14:37:16 +0000 (+0100) Subject: :art: scan2 cosmetics X-Git-Tag: nightly~207^2~78 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=03b41c7c263574a3d2031bb0e7f86ce270747f2a;p=gwion.git :art: scan2 cosmetics --- 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);