]> Nishi Git Mirror - gwion.git/commitdiff
:art: scan2 cosmetics
authorfennecdjay <fennecdjay@gmail.com>
Sat, 19 Nov 2022 14:37:16 +0000 (15:37 +0100)
committerfennecdjay <fennecdjay@gmail.com>
Sat, 19 Nov 2022 14:37:16 +0000 (15:37 +0100)
src/parse/scan2.c

index 48742541f652ed1c8974cf914d34381a1c08f39c..302a06250fd26b5bfe2864167d084419cf08d549 100644 (file)
@@ -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);