Fix whitespace

This commit is contained in:
Richard Berger 2020-06-05 19:15:31 -04:00
parent 52f5968695
commit 2ed8652545
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
2 changed files with 2 additions and 2 deletions

View File

@ -3492,7 +3492,7 @@ void PairAIREBO::read_file(char *filename)
*params[i] = reader.next_double();
}
/////////////////////////////////////////////////////////////////////////
// gC spline
current_section = "gC spline";

View File

@ -40,7 +40,7 @@ namespace LAMMPS_NS
void skip_line();
char * next_line(int nparams = 0);
void next_dvector(double * list, int n);
ValueTokenizer next_values(int nparams, const std::string & seperators = TOKENIZER_DEFAULT_SEPERATORS);
};