whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2022-08-15 21:48:01 -04:00
parent bec86f3f04
commit 3f9daa8608
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ RegCone::RegCone(LAMMPS *lmp, int narg, char **arg) :
// check open face settings
if (openflag)
for (int i=3; i<6; i++)
for (int i=3; i<6; i++)
if (open_faces[i]) error->all(FLERR,"Illegal region cone open face: {}", i+1);
if (strcmp(arg[2],"x") != 0 && strcmp(arg[2],"y") != 0 && strcmp(arg[2],"z") != 0)