Skip to content

Commit f3a747d

Browse files
committed
format
1 parent c7a5dd4 commit f3a747d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/iwasm/compilation/aot_llvm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,9 +1649,9 @@ create_shared_heap_info(AOTCompContext *comp_ctx, AOTFuncContext *func_ctx)
16491649
return true;
16501650
fail:
16511651
return false;
1652-
#else /* else of WASM_ENABLE_SHARED_HEAP != 0 */
1652+
#else /* else of WASM_ENABLE_SHARED_HEAP != 0 */
16531653
return true;
1654-
#endif /* end of WASM_ENABLE_SHARED_HEAP != 0 */
1654+
#endif /* end of WASM_ENABLE_SHARED_HEAP != 0 */
16551655
}
16561656

16571657
static bool

0 commit comments

Comments
 (0)