mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-16 01:08:22 +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
|
#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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user