remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2019-11-12 16:13:01 -05:00
parent 25e2a7a37f
commit f704079fb7
3 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ ComputeGyrationShapeChunk::ComputeGyrationShapeChunk(LAMMPS *lmp, int narg, char
int n = strlen(arg[3]) + 1;
id_gyration_chunk = new char[n];
strcpy(id_gyration_chunk,arg[3]);
init();
array_flag = 1;