From 5b1b705c5feb1138d988b390e6b87aebfbd12b31 Mon Sep 17 00:00:00 2001 From: TL Date: Mon, 2 Dec 2024 09:53:58 +0800 Subject: [PATCH] format --- core/shared/platform/zephyr/zephyr_thread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/shared/platform/zephyr/zephyr_thread.c b/core/shared/platform/zephyr/zephyr_thread.c index 0bad1ba580..4b61162e2e 100644 --- a/core/shared/platform/zephyr/zephyr_thread.c +++ b/core/shared/platform/zephyr/zephyr_thread.c @@ -587,8 +587,7 @@ os_thread_get_stack_boundary() void os_thread_jit_write_protect_np(bool enabled) -{ -} +{} int os_thread_detach(korp_tid thread)