Skip to content

Commit 1fe5e92

Browse files
committed
code format
1 parent 7cb7fb0 commit 1fe5e92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/iwasm/aot/aot_runtime.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5497,8 +5497,7 @@ aot_const_str_set_insert(const uint8 *str, int32 len, AOTModule *module,
54975497
#if WASM_ENABLE_DYNAMIC_AOT_DEBUG != 0
54985498
AOTModule *g_dynamic_aot_module = NULL;
54995499

5500-
void __attribute__((noinline))
5501-
__enable_dynamic_aot_debug(void)
5500+
void __attribute__((noinline)) __enable_dynamic_aot_debug(void)
55025501
{
55035502
/* empty implementation. */
55045503
}

0 commit comments

Comments
 (0)