Skip to content

Commit ffcc157

Browse files
author
Georgii Rylov
committed
clang format
1 parent bc00b3e commit ffcc157

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/iwasm/common/wasm_runtime_common.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,8 +1773,7 @@ wasm_copy_callstack(const wasm_exec_env_t exec_env, wasm_frame_t *buffer,
17731773
}
17741774
#endif
17751775
#endif
1776-
char *err_msg =
1777-
"No copy_callstack API was actually executed";
1776+
char *err_msg = "No copy_callstack API was actually executed";
17781777
strncpy(error_buf, err_msg, error_buf_size);
17791778
return 0;
17801779
}

0 commit comments

Comments
 (0)