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

@ -2021,7 +2021,7 @@ void ReadData::pairIJcoeffs()
if (eof) error->all(FLERR, "Unexpected end of data file");
if (tlabelflag && !lmap->is_complete(Atom::ATOM))
error->all(FLERR,"Label map is incomplete: all types must be assigned a unique type label");
error->all(FLERR, "Label map is incomplete: all types must be assigned a unique type label");
char *original = buf;
for (i = 0; i < ntypes; i++)