From 8223d80d4967f14e421cb08d60048af9c51512fa Mon Sep 17 00:00:00 2001 From: TianlongLiang <111852609+TianlongLiang@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:45:04 +0800 Subject: [PATCH] format code apply format to core/iwasm/compilation/aot_llvm.c --- core/iwasm/compilation/aot_llvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/iwasm/compilation/aot_llvm.c b/core/iwasm/compilation/aot_llvm.c index 26011d87d..5190a39d4 100644 --- a/core/iwasm/compilation/aot_llvm.c +++ b/core/iwasm/compilation/aot_llvm.c @@ -2783,7 +2783,7 @@ aot_create_comp_context(const AOTCompData *comp_data, aot_comp_option_t option) if (option->enable_shared_heap) comp_ctx->enable_shared_heap = true; - + if (option->enable_shared_chain) comp_ctx->enable_shared_chain = true;