Explorar o código

Merge pull request #4143 from jammar1/jammar1/clang-format

clang-format dev/simd_for_interp
Marcin Kolny hai 1 ano
pai
achega
a2273365ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/iwasm/interpreter/wasm_interp_fast.c

+ 1 - 1
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