mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +00:00
Apply clang-format to dev/simd_for_interp
This commit is contained in:
parent
a16c0ae812
commit
418195af60
|
@ -7488,7 +7488,7 @@ wasm_interp_call_func_bytecode(WASMModuleInstance *module,
|
||||||
#if WASM_ENABLE_LABELS_AS_VALUES == 0
|
#if WASM_ENABLE_LABELS_AS_VALUES == 0
|
||||||
continue;
|
continue;
|
||||||
#else
|
#else
|
||||||
FETCH_OPCODE_AND_DISPATCH();
|
FETCH_OPCODE_AND_DISPATCH();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if WASM_ENABLE_TAIL_CALL != 0 || WASM_ENABLE_GC != 0
|
#if WASM_ENABLE_TAIL_CALL != 0 || WASM_ENABLE_GC != 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user