Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / programs / mdrun / tests / normalmodes.cpp
index 23bf340824dbda264493d6d7f1d59c4a8a212ebc..3ef84e572a6e9430256f733eae0086eb3d38343d 100644 (file)
@@ -102,7 +102,8 @@ TEST_P(NormalModesTest, WithinTolerances)
         fprintf(stdout,
                 "Test system '%s' cannot run with %d ranks.\n"
                 "The supported numbers are: %s\n",
-                simulationName.c_str(), numRanksAvailable,
+                simulationName.c_str(),
+                numRanksAvailable,
                 reportNumbersOfPpRanksSupported(simulationName).c_str());
         return;
     }
@@ -151,7 +152,10 @@ TEST_P(NormalModesTest, WithinTolerances)
 
 //! Containers of systems and integrators to test.
 //! \{
-std::vector<std::string> systemsToTest_g     = { "scaled-water", "villin", "spc-dimer", "one-tip5p",
+std::vector<std::string> systemsToTest_g     = { "scaled-water",
+                                             "villin",
+                                             "spc-dimer",
+                                             "one-tip5p",
                                              "sw-dimer" };
 std::vector<std::string> integratorsToTest_g = { "nm" };