Skip to content

Commit a62d104

Browse files
committed
format
1 parent 035f758 commit a62d104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/interpreter/wasm_interp_classic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,7 @@ wasm_interp_call_func_bytecode(WASMModuleInstance *module,
23962396
else
23972397
cur_func_type = cur_func->u.func->func_type;
23982398

2399-
/* clang-format off */
2399+
/* clang-format off */
24002400
#if WASM_ENABLE_GC == 0
24012401
if (cur_type != cur_func_type) {
24022402
wasm_set_exception(module, "indirect call type mismatch");

0 commit comments

Comments
 (0)