From 3efddc4fb66854dffd2a7e53a5ca0ef18299be8f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 14 Dec 2021 14:50:38 -0500 Subject: [PATCH] whitespace --- src/reader_native.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/reader_native.cpp b/src/reader_native.cpp index dd1a032bda..b029b2fe37 100644 --- a/src/reader_native.cpp +++ b/src/reader_native.cpp @@ -486,10 +486,9 @@ void ReaderNative::read_atoms(int n, int nfield, double **fields) iatom_chunk++; - // hit the end of current chunk - if (iatom_chunk == natom_chunk) - { - iatom_chunk = 0; + // hit the end of current chunk + if (iatom_chunk == natom_chunk) { + iatom_chunk = 0; ichunk++; } }