clang format the code

clang format the code
This commit is contained in:
Dongsheng.Yan 2024-04-15 09:41:46 +08:00
parent 9d01595a70
commit 468aa43191

View File

@ -779,8 +779,7 @@ wasm_enlarge_memory_internal(WASMModuleInstance *module, uint32 inc_page_count)
#if WASM_MEM_ALLOC_WITH_USAGE != 0 #if WASM_MEM_ALLOC_WITH_USAGE != 0
(void)full_size_mmaped; (void)full_size_mmaped;
if (!(memory_data_new = realloc_func(Alloc_For_LinearMemory, if (!(memory_data_new = realloc_func(Alloc_For_LinearMemory,
memory_data_old, memory_data_old, total_size_new))) {
total_size_new))) {
ret = false; ret = false;
goto return_func; goto return_func;
} }