Formatting

This commit is contained in:
Richard Berger 2020-05-26 20:29:09 -04:00
parent 5e4ce8d03c
commit e01e72cc8e
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@ char *PotentialFileReader::next_line(int nparams) {
if (ptr == nullptr) {
// EOF
if (nwords > 0 && nwords < nparams)
{
if (nwords > 0 && nwords < nparams) {
char str[128];
snprintf(str, 128, "Incorrect format in %s potential file", potential_name.c_str());
error->one(FLERR, str);