From ffcc1579ea2f8c665fd50fcd215ad8769ebeeaab Mon Sep 17 00:00:00 2001 From: Georgii Rylov Date: Mon, 3 Mar 2025 13:41:35 +0000 Subject: [PATCH] clang format --- core/iwasm/common/wasm_runtime_common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/iwasm/common/wasm_runtime_common.c b/core/iwasm/common/wasm_runtime_common.c index ce4d46528..d900dc233 100644 --- a/core/iwasm/common/wasm_runtime_common.c +++ b/core/iwasm/common/wasm_runtime_common.c @@ -1773,8 +1773,7 @@ wasm_copy_callstack(const wasm_exec_env_t exec_env, wasm_frame_t *buffer, } #endif #endif - char *err_msg = - "No copy_callstack API was actually executed"; + char *err_msg = "No copy_callstack API was actually executed"; strncpy(error_buf, err_msg, error_buf_size); return 0; }