whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2021-02-28 12:03:50 -05:00
parent 30d15b9b22
commit a57311ce3a
2 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ double PairBuckCoulCut::single(int i, int j, int itype, int jtype,
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
void *PairBuckCoulCut::extract(const char *str, int &dim) void *PairBuckCoulCut::extract(const char *str, int &dim)
{ {
dim = 2; dim = 2;
if (strcmp(str,"a") == 0) return (void *) a; if (strcmp(str,"a") == 0) return (void *) a;
if (strcmp(str,"c") == 0) return (void *) c; if (strcmp(str,"c") == 0) return (void *) c;

View File

@ -1655,7 +1655,7 @@ extern "C" {
(*matchlen)++; (*matchlen)++;
return 1; return 1;
} }
} }
return 0; return 0;
} }