zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 4235982fe6965ce4fe02f1cfcb4d919752369379 (tree)
parent aa3f31ac0a986f780831697b6d4b0074dbce9ced
Author: Shritesh Bhattarai <shritesh@shritesh.com>
Date:   Tue, 16 Apr 2019 01:42:11 -0500

fmt wasm_allocator

Diffstat:
Mstd/heap.zig | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/std/heap.zig b/std/heap.zig @@ -366,8 +366,6 @@ pub const WasmAllocator = struct { const result = self.start_ptr[adjusted_index..new_end_index]; self.end_index = new_end_index; - - return result; }