From 3f9daa8608b1301c4402a37c5f1da344bd69fce3 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 15 Aug 2022 21:48:01 -0400 Subject: [PATCH] whitespace fixes --- src/region_cone.cpp | 2 +- src/region_cylinder.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/region_cone.cpp b/src/region_cone.cpp index fa38db7776..84da1bae56 100644 --- a/src/region_cone.cpp +++ b/src/region_cone.cpp @@ -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) diff --git a/src/region_cylinder.cpp b/src/region_cylinder.cpp index 739c101428..0f7df1e3af 100644 --- a/src/region_cylinder.cpp +++ b/src/region_cylinder.cpp @@ -38,7 +38,7 @@ RegCylinder::RegCylinder(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 cylinder open face: {}", i+1); if (strcmp(arg[2],"x") != 0 && strcmp(arg[2],"y") != 0 && strcmp(arg[2],"z") != 0)