From: fennecdjay Date: Sat, 19 Nov 2022 12:57:25 +0000 (+0100) Subject: :art: closure cosmetics X-Git-Tag: nightly~207^2~81 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5c7b177858f3ae67833005b6ba6c161371de253b;p=gwion.git :art: closure cosmetics --- diff --git a/src/lib/closure.c b/src/lib/closure.c index 0dd6a6ff..70f65ec0 100644 --- a/src/lib/closure.c +++ b/src/lib/closure.c @@ -117,7 +117,7 @@ static INSTR(fptr_assign) { ANN static m_bool emit_fptr_assign(const Emitter emit, const Type lhs, const Type rhs) { const Instr instr = emit_add_instr(emit, fptr_assign); if(rhs->info->cdef && rhs->info->cdef->base.tmpl) - instr->m_val = SZ_INT*2; + instr->m_val = SZ_INT * 2; if(!lhs->info->func) { const Func_Def fdef = lhs->info->func->def; const Capture_List captures = fdef->captures;