Removing trailing whitespace

This commit is contained in:
Joel Clemmer
2020-10-14 20:05:07 -06:00
parent fd8ff18abc
commit f6433f1c40

View File

@ -870,7 +870,7 @@ int FixNeighHistory::pack_restart(int i, double *buf)
for (int n = 0; n < npartner[i]; n++) {
buf[m++] = partner[i][n];
memcpy(&buf[m],&valuepartner[i][dnum*n],dnumbytes);
m += dnum;
m += dnum;
}
// pack buf[0] this way because other fixes unpack it
buf[0] = m;