]> Nishi Git Mirror - gwion.git/commitdiff
:art: Coding style (one line if/else [fix])
authorfennecdjay <fennecdjay@gwion.tk>
Tue, 10 Nov 2020 23:19:27 +0000 (00:19 +0100)
committerfennecdjay <fennecdjay@gwion.tk>
Tue, 10 Nov 2020 23:19:27 +0000 (00:19 +0100)
src/parse/func_resolve_tmpl.c

index e11b6d5488ca7f8c2e9ad202381c0498e7e810ce..88a0081a9f822ab55ad3f3ce7a5334a01fabe28f 100644 (file)
@@ -140,7 +140,6 @@ ANN static Func _find_template_match(const Env env, const Value v, const Exp_Cal
     m_func = fptr_match(env, &ra);
   else
     m_func = func_match(env, &ra);
-  }
   free_mstr(env->gwion->mp, tmpl_name);
   if(es.run)
     envset_pop(&es, v->from->owner_class);