From 418195af609f0dc105213f918d8d8b762eb30214 Mon Sep 17 00:00:00 2001 From: James Marsh Date: Mon, 17 Mar 2025 15:36:41 +0000 Subject: [PATCH] Apply clang-format to dev/simd_for_interp --- core/iwasm/interpreter/wasm_interp_fast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/iwasm/interpreter/wasm_interp_fast.c b/core/iwasm/interpreter/wasm_interp_fast.c index ae076ca87..817ce1aea 100644 --- a/core/iwasm/interpreter/wasm_interp_fast.c +++ b/core/iwasm/interpreter/wasm_interp_fast.c @@ -7488,7 +7488,7 @@ wasm_interp_call_func_bytecode(WASMModuleInstance *module, #if WASM_ENABLE_LABELS_AS_VALUES == 0 continue; #else - FETCH_OPCODE_AND_DISPATCH(); + FETCH_OPCODE_AND_DISPATCH(); #endif #if WASM_ENABLE_TAIL_CALL != 0 || WASM_ENABLE_GC != 0