From e01e72cc8e1eef6092185a7ae1db10e293b349ee Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Tue, 26 May 2020 20:29:09 -0400 Subject: [PATCH] Formatting --- src/potential_file_reader.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/potential_file_reader.cpp b/src/potential_file_reader.cpp index 3f993209f5..948ecf999b 100644 --- a/src/potential_file_reader.cpp +++ b/src/potential_file_reader.cpp @@ -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);