From c24b05d779dcd14403f3738f2c714d46b4c09f5d Mon Sep 17 00:00:00 2001 From: Xu Jun <693788454@qq.com> Date: Fri, 24 Jun 2022 11:25:12 +0800 Subject: [PATCH] format --- core/iwasm/common/wasm_runtime_common.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/iwasm/common/wasm_runtime_common.h b/core/iwasm/common/wasm_runtime_common.h index 24d9acd0b..87a2e4aaf 100644 --- a/core/iwasm/common/wasm_runtime_common.h +++ b/core/iwasm/common/wasm_runtime_common.h @@ -808,12 +808,12 @@ wasm_externref_cleanup(WASMModuleInstanceCommon *module_inst); /** * @brief Internal implementation for dumping or printing callstack line * - * @note if dump_or_print is true, then print to stdout directly - * if dump_or_print is false, but *buf is NULL, then return the length of - * the line - * if dump_or_print is false, and *buf is not NULL, then dump content to the - * memory pointed by *buf, and adjust *buf and *len according to actual bytes - * dumped, and return the actual dumped length + * @note if dump_or_print is true, then print to stdout directly; + * if dump_or_print is false, but *buf is NULL, then return the length of the + * line; + * if dump_or_print is false, and *buf is not NULL, then dump content to + * the memory pointed by *buf, and adjust *buf and *len according to actual + * bytes dumped, and return the actual dumped length * * @param line_buf current line to dump or print * @param dump_or_print whether to print to stdout or dump to buf