whitespace cleanup: remove trailing blanks

This commit is contained in:
Axel Kohlmeyer
2019-11-03 11:03:39 -05:00
parent 9e7ca428aa
commit b6b022b610
69 changed files with 452 additions and 452 deletions

View File

@ -39,7 +39,7 @@ ComputeGyrationShape::ComputeGyrationShape(LAMMPS *lmp, int narg, char **arg) :
extscalar = 0;
extvector = 0;
// ID of compute gyration
// ID of compute gyration
int n = strlen(arg[3]) + 1;
id_gyration = new char[n];
strcpy(id_gyration,arg[3]);