Skip to content

Commit ae60243

Browse files
committed
clang-format
1 parent 6d78f7f commit ae60243

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

core/iwasm/interpreter/wasm_loader.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12083,8 +12083,11 @@ wasm_loader_prepare_bytecode(WASMModule *module, WASMFunction *func,
1208312083
break;
1208412084
}
1208512085
#if WASM_ENABLE_GC != 0
12086-
if (wasm_is_type_multi_byte_type(wasm_type->types[wasm_type->param_count - i - 1])) {
12087-
bh_assert(wasm_type->ref_type_maps[j].index == wasm_type->param_count - i - 1);
12086+
if (wasm_is_type_multi_byte_type(
12087+
wasm_type
12088+
->types[wasm_type->param_count - i - 1])) {
12089+
bh_assert(wasm_type->ref_type_maps[j].index
12090+
== wasm_type->param_count - i - 1);
1208812091
ref_type = wasm_type->ref_type_maps[j].ref_type;
1208912092
bh_memcpy_s(&wasm_ref_type, sizeof(WASMRefType),
1209012093
ref_type,

0 commit comments

Comments
 (0)