From 52bc83d8df218d4ba1ba11ada90f7e7b40df0710 Mon Sep 17 00:00:00 2001 From: TL Date: Thu, 20 Nov 2025 18:00:29 +0800 Subject: [PATCH] format --- core/iwasm/common/wasm_exec_env.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/iwasm/common/wasm_exec_env.h b/core/iwasm/common/wasm_exec_env.h index 6083280b4..827cf3d27 100644 --- a/core/iwasm/common/wasm_exec_env.h +++ b/core/iwasm/common/wasm_exec_env.h @@ -31,9 +31,10 @@ typedef struct WASMJmpBuf { struct WASMJmpBuf *prev; korp_jmpbuf jmpbuf; #if WASM_ENABLE_MULTI_MODULE != 0 - /* The owner module instance associated with the current jmpbuf. Used in multi-module to propagate the exception */ + /* The owner module instance associated with the current jmpbuf. Used in + * multi-module to propagate the exception */ struct WASMModuleInstanceCommon *module_inst; -#endif +#endif } WASMJmpBuf; #endif