apply clang-format

This commit is contained in:
Axel Kohlmeyer
2023-08-04 12:11:59 -04:00
parent 8eb7f56491
commit a6767c85b0
9 changed files with 31 additions and 25 deletions

View File

@ -43,7 +43,8 @@ static int compare_coords(const int, const int, void *);
/* ---------------------------------------------------------------------- */
ResetAtomsID::ResetAtomsID(LAMMPS *lmp) : Command(lmp) {
ResetAtomsID::ResetAtomsID(LAMMPS *lmp) : Command(lmp)
{
binlo = binhi = -1;
}