remove some more trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2018-12-01 08:14:02 -05:00
parent c69fc90588
commit 4ec05a3389
19 changed files with 75 additions and 75 deletions

View File

@ -77,7 +77,7 @@ ComputeRDF::ComputeRDF(LAMMPS *lmp, int narg, char **arg) :
// pairwise args
if (nargpair == 0) npairs = 1;
else {
else {
if (nargpair % 2) error->all(FLERR,"Illegal compute rdf command");
npairs = nargpair/2;
}