From 095c9ab9d19a2ab250af9cf003440dc79ba43c91 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 5 Mar 2022 17:08:49 -0500 Subject: [PATCH] whitespace --- src/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memory.h b/src/memory.h index 2f84728b32..5095cbb0a6 100644 --- a/src/memory.h +++ b/src/memory.h @@ -237,7 +237,7 @@ class Memory : protected Pointers { size += n3[i][j]; nbytes = ((bigint) sizeof(TYPE)) * size; TYPE *data = (TYPE *) smalloc(nbytes, name); - + size = 0; for (i = 0; i < n1; i++) size += n2[i]; nbytes = ((bigint) sizeof(TYPE *)) * size;