Skip to content

Commit 8223d80

Browse files
format code
apply format to core/iwasm/compilation/aot_llvm.c
1 parent 5844737 commit 8223d80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/iwasm/compilation/aot_llvm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2783,7 +2783,7 @@ aot_create_comp_context(const AOTCompData *comp_data, aot_comp_option_t option)
27832783

27842784
if (option->enable_shared_heap)
27852785
comp_ctx->enable_shared_heap = true;
2786-
2786+
27872787
if (option->enable_shared_chain)
27882788
comp_ctx->enable_shared_chain = true;
27892789

0 commit comments

Comments
 (0)