apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-10-14 09:22:54 -04:00
parent 9a52019b69
commit aa0bd180d1
23 changed files with 77 additions and 72 deletions

View File

@ -154,8 +154,8 @@ FixPropertyAtom::FixPropertyAtom(LAMMPS *lmp, int narg, char **arg) :
border = utils::logical(FLERR, arg[iarg + 1], false, lmp);
iarg += 2;
} else if (strcmp(arg[iarg], "writedata") == 0) {
if (iarg+2 > narg) error->all(FLERR,"Illegal fix property/atom command");
wd_section = utils::logical(FLERR,arg[iarg+1],false,lmp);
if (iarg + 2 > narg) error->all(FLERR, "Illegal fix property/atom command");
wd_section = utils::logical(FLERR, arg[iarg + 1], false, lmp);
iarg += 2;
} else
error->all(FLERR, "Illegal fix property/atom command");