diff --git a/core/iwasm/common/wasm_runtime_common.h b/core/iwasm/common/wasm_runtime_common.h index 00d107fe7..99641fa52 100644 --- a/core/iwasm/common/wasm_runtime_common.h +++ b/core/iwasm/common/wasm_runtime_common.h @@ -680,10 +680,11 @@ wasm_runtime_set_instruction_count_limit(WASMExecEnv *exec_env, #endif #if WASM_CONFIGURABLE_BOUNDS_CHECKS != 0 - /* See wasm_export.h for description */ - WASM_RUNTIME_API_EXTERN - void wasm_runtime_set_bounds_checks(WASMModuleInstanceCommon *module_inst, - bool enable); +/* See wasm_export.h for description */ +WASM_RUNTIME_API_EXTERN +void +wasm_runtime_set_bounds_checks(WASMModuleInstanceCommon *module_inst, + bool enable); /* See wasm_export.h for description */ WASM_RUNTIME_API_EXTERN bool