From 2a21db9a348d2bea2fd16b1f978e75490c8c9571 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 16 Dec 2021 09:58:17 -0500 Subject: [PATCH] style: remove extra newline --- runtime/include/module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/include/module.h b/runtime/include/module.h index 38279fa..5ca8440 100644 --- a/runtime/include/module.h +++ b/runtime/include/module.h @@ -185,7 +185,6 @@ module_allocate_linear_memory(struct module *module) { assert(module != NULL); - size_t initial = (size_t)module->abi.starting_pages * WASM_PAGE_SIZE; size_t max = (size_t)module->abi.max_pages * WASM_PAGE_SIZE;