mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 16:58:34 +00:00
clang format the code
clang format the code
This commit is contained in:
parent
9d01595a70
commit
468aa43191
|
@ -779,8 +779,7 @@ wasm_enlarge_memory_internal(WASMModuleInstance *module, uint32 inc_page_count)
|
|||
#if WASM_MEM_ALLOC_WITH_USAGE != 0
|
||||
(void)full_size_mmaped;
|
||||
if (!(memory_data_new = realloc_func(Alloc_For_LinearMemory,
|
||||
memory_data_old,
|
||||
total_size_new))) {
|
||||
memory_data_old, total_size_new))) {
|
||||
ret = false;
|
||||
goto return_func;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user