add a space after comments following LAMMPS convention

This commit is contained in:
Yaser Afshar
2021-09-03 15:01:53 -05:00
parent d4930df464
commit 262b029d10

View File

@ -190,9 +190,11 @@ int LabelMap::find_or_create(const std::string &mylabel,
}
// if label cannot be found or created, need more space reserved
error->all(FLERR,"Topology type exceeds system topology type");
// never reaches here, just to prevent compiler warning
return -1;
}