Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / utility / cstringutil.cpp
index 576f79352705090984f0c9575a072940f1f18ce5..0d1a14a7d1aca504e356c683e51b299e2c709044 100644 (file)
@@ -98,7 +98,9 @@ char* fgets2(char* line, int n, FILE* stream)
             gmx_fatal(FARGS,
                       "An input file contains a line longer than %d characters, while the buffer "
                       "passed to fgets2 has size %d. The line starts with: '%20.20s'",
-                      n, n, line);
+                      n,
+                      n,
+                      line);
         }
     }
     if ((c = strchr(line, '\r')) != nullptr)