Skip to content

Commit 418195a

Browse files
author
James Marsh
committed
Apply clang-format to dev/simd_for_interp
1 parent a16c0ae commit 418195a

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)