Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / settle.cpp
index e565b52848700f347d30fa0dbaf5213a092be50f..1d71b0f420ebd3e0ef9afcca20c047cce0c8e031 100644 (file)
@@ -335,8 +335,11 @@ TEST_P(SettleTest, SatisfiesConstraints)
         // being tested, to help make failing tests comprehensible.
         std::string testDescription = formatString(
                 "Testing %s with %d SETTLEs, %s, %svelocities and %scalculating the virial.",
-                runner->hardwareDescription().c_str(), numSettles, pbcName.c_str(),
-                updateVelocities ? "with " : "without ", calcVirial ? "" : "not ");
+                runner->hardwareDescription().c_str(),
+                numSettles,
+                pbcName.c_str(),
+                updateVelocities ? "with " : "without ",
+                calcVirial ? "" : "not ");
 
         SCOPED_TRACE(testDescription);