From 22f25f0c00c8f53c7b5a9854a6a48dbbfbb505e0 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 10 Aug 2024 10:13:36 -0400 Subject: [PATCH] whitespace --- src/fix_store_global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_store_global.cpp b/src/fix_store_global.cpp index a97fca1676..5baef27029 100644 --- a/src/fix_store_global.cpp +++ b/src/fix_store_global.cpp @@ -153,7 +153,7 @@ void FixStoreGlobal::restart(char *buf) // because caller did not know size at time this fix was instantiated // reallocate vstore or astore accordingly // also reset nrow,ncol to values from restart file - + if (n1 != n1_restart || n2 != n2_restart) { memory->destroy(vstore); memory->destroy(astore);