whitespace

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

View File

@ -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++;
}
}