Skip to content

Commit 795375d

Browse files
committed
format
1 parent 370d321 commit 795375d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/iwasm/common/wasm_exec_env.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ typedef struct WASMJmpBuf {
3131
struct WASMJmpBuf *prev;
3232
korp_jmpbuf jmpbuf;
3333
#if WASM_ENABLE_MULTI_MODULE != 0
34-
/* The owner module instance associated with the current jmpbuf. Used in multi-module to propagate the exception */
34+
/* The owner module instance associated with the current jmpbuf. Used in
35+
* multi-module to propagate the exception */
3536
struct WASMModuleInstanceCommon *module_inst;
36-
#endif
37+
#endif
3738
} WASMJmpBuf;
3839
#endif
3940

0 commit comments

Comments
 (0)