Skip to content

Commit 6405cc2

Browse files
committed
format
1 parent a8f61a5 commit 6405cc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/iwasm/compilation/aot_llvm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,9 +1648,9 @@ create_shared_heap_info(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx)
16481648
return true;
16491649
fail:
16501650
return false;
1651-
#else /* else of WASM_ENABLE_SHARED_HEAP != 0 */
1651+
#else /* else of WASM_ENABLE_SHARED_HEAP != 0 */
16521652
return true;
1653-
#endif /* end of WASM_ENABLE_SHARED_HEAP != 0 */
1653+
#endif /* end of WASM_ENABLE_SHARED_HEAP != 0 */
16541654
}
16551655

16561656
static bool

0 commit comments

Comments
 (0)