Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gen_maxwell_velocities.cpp
index 41d53a1d3c4d589b2e9d90da34a091f2e8cea082..2893816f3828918504402e7376a77768b8ee0660 100644 (file)
@@ -99,7 +99,8 @@ static void low_mspeed(real tempi, gmx_mtop_t* mtop, rvec v[], gmx::ThreeFry2x64
         fprintf(debug,
                 "Velocities were taken from a Maxwell distribution\n"
                 "Initial generated temperature: %12.5e (scaled to: %12.5e)\n",
-                temp, tempi);
+                temp,
+                tempi);
     }
 }