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

@ -296,7 +296,7 @@ void FixVector::end_of_step()
// evaluate equal-style or vector-style variable
} else if (which[i] == VARIABLE) {
if (argindex[i] == 0)
if (argindex[i] == 0)
result[i] = input->variable->compute_equal(m);
else {
double *varvec;