remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2018-03-16 12:37:27 -04:00
parent ee862d8bf5
commit 59dbb49cf9
204 changed files with 1543 additions and 1543 deletions

View File

@ -38,8 +38,8 @@ enum{INT,DOUBLE};
DumpLocal::DumpLocal(LAMMPS *lmp, int narg, char **arg) :
Dump(lmp, narg, arg),
label(NULL), vtype(NULL), vformat(NULL), columns(NULL), field2index(NULL),
argindex(NULL), id_compute(NULL), compute(NULL), id_fix(NULL), fix(NULL),
label(NULL), vtype(NULL), vformat(NULL), columns(NULL), field2index(NULL),
argindex(NULL), id_compute(NULL), compute(NULL), id_fix(NULL), fix(NULL),
pack_choice(NULL)
{
if (narg == 5) error->all(FLERR,"No dump local arguments specified");