whitespace

This commit is contained in:
Axel Kohlmeyer
2021-12-14 14:50:38 -05:00
parent 5051055c76
commit 3efddc4fb6

View File

@ -487,8 +487,7 @@ void ReaderNative::read_atoms(int n, int nfield, double **fields)
iatom_chunk++;
// hit the end of current chunk
if (iatom_chunk == natom_chunk)
{
if (iatom_chunk == natom_chunk) {
iatom_chunk = 0;
ichunk++;
}