Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / gmxlib / network.cpp
index 66023edac82d5019ea91da73ac32f9902e91babd..a9be4ebbe8ce210470631b7d8ae9dadc326a6a1f 100644 (file)
@@ -190,7 +190,9 @@ void gmx_setup_nodecomm(FILE gmx_unused* fplog, t_commrec* cr)
         nc->bUse = TRUE;
         if (fplog)
         {
-            fprintf(fplog, "Using two step summing over %d groups of on average %.1f ranks\n\n", ng,
+            fprintf(fplog,
+                    "Using two step summing over %d groups of on average %.1f ranks\n\n",
+                    ng,
                     (real)n / (real)ng);
         }
         if (nc->rank_intra > 0)