whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2020-07-07 20:19:27 -04:00
parent 88fc9360c0
commit e459ee8a58
21 changed files with 123 additions and 123 deletions

View File

@ -587,7 +587,7 @@ void AtomVecBody::pack_data_pre(int ilocal)
int AtomVecBody::pack_data_bonus(double *buf, int /*flag*/)
{
int i,j;
tagint *tag = atom->tag;
int nlocal = atom->nlocal;
@ -596,7 +596,7 @@ int AtomVecBody::pack_data_bonus(double *buf, int /*flag*/)
if (body[i] < 0) continue;
m += bptr->pack_data_body(tag[i],body[i],buf);
}
return m;
}