Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / taskassignment / reportgpuusage.cpp
index bdcde8beb18ea8cc4512930edf7fb42a09915f6b..a320ae08bddf8bc03918e409a76c2675d931c0cb 100644 (file)
@@ -131,8 +131,12 @@ void reportGpuUsage(const MDLogger&                   mdlog,
         output += gmx::formatString(
                 "%zu GPU%s selected for this run.\n"
                 "Mapping of GPU IDs to the %zu GPU task%s in the %zu rank%s on this node:\n  %s\n",
-                numGpusInUse, bPluralGpus ? "s" : "", numGpuTasksOnThisNode,
-                (numGpuTasksOnThisNode > 1) ? "s" : "", numRanks, (numRanks > 1) ? "s" : "",
+                numGpusInUse,
+                bPluralGpus ? "s" : "",
+                numGpuTasksOnThisNode,
+                (numGpuTasksOnThisNode > 1) ? "s" : "",
+                numRanks,
+                (numRanks > 1) ? "s" : "",
                 gpuIdsString.c_str());
         // Because there is a GPU in use, there must be a PP task on a GPU.
         output += gmx::formatString(