Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / fflibutil.cpp
index 9942775507f008c588a81bf8201b3d30a847ef75..3fd538825cdc87c76f70c26df0129d8020cb1b70 100644 (file)
@@ -108,7 +108,8 @@ std::vector<std::string> fflib_search_file_end(const char* ffdir, const char* fi
             std::string message = gmx::formatString(
                     "Could not find any files ending on '%s' "
                     "in the force field directory '%s'",
-                    file_end, ffdir);
+                    file_end,
+                    ffdir);
             GMX_THROW(gmx::InvalidInputError(message));
         }
         for (std::string& filename : result)
@@ -145,7 +146,8 @@ std::vector<gmx::DataFileInfo> fflib_enumerate_forcefields()
         std::string message = gmx::formatString(
                 "No force fields found (files with name '%s' "
                 "in subdirectories ending on '%s')",
-                filename, dirend);
+                filename,
+                dirend);
         GMX_THROW(gmx::InvalidInputError(message));
     }