TL 1 yıl önce
ebeveyn
işleme
a62d10400f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      core/iwasm/interpreter/wasm_interp_classic.c

+ 1 - 1
core/iwasm/interpreter/wasm_interp_classic.c

@@ -2396,7 +2396,7 @@ wasm_interp_call_func_bytecode(WASMModuleInstance *module,
                 else
                     cur_func_type = cur_func->u.func->func_type;
 
-                /* clang-format off */
+                    /* clang-format off */
 #if WASM_ENABLE_GC == 0
                 if (cur_type != cur_func_type) {
                     wasm_set_exception(module, "indirect call type mismatch");