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

@ -469,7 +469,7 @@ int AtomVecHybrid::pack_data_bonus(double *buf, int flag)
if (flag == LINE && strcmp(keywords[k],"line") != 0) continue;
if (flag == TRIANGLE && strcmp(keywords[k],"tri") != 0) continue;
if (flag == BODY && strcmp(keywords[k],"body") != 0) continue;
return styles[k]->pack_data_bonus(buf,flag);
}
return 0;