whitespace fixes
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user