Skip to content

Commit a227336

Browse files
authored
Merge pull request #4143 from jammar1/jammar1/clang-format
clang-format dev/simd_for_interp
2 parents a16c0ae + 418195a commit a227336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/interpreter/wasm_interp_fast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7488,7 +7488,7 @@ wasm_interp_call_func_bytecode(WASMModuleInstance *module,
74887488
#if WASM_ENABLE_LABELS_AS_VALUES == 0
74897489
continue;
74907490
#else
7491-
FETCH_OPCODE_AND_DISPATCH();
7491+
FETCH_OPCODE_AND_DISPATCH();
74927492
#endif
74937493

74947494
#if WASM_ENABLE_TAIL_CALL != 0 || WASM_ENABLE_GC != 0

0 commit comments

Comments
 (0)