Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / mdlib / splitter.cpp
index a970c3fc0a71a7ba54ef9d67deb8d00f391f9cb2..a90ebe958d976a550c859189812073d89670e874 100644 (file)
@@ -94,8 +94,14 @@ static int mk_grey(gmx::ArrayRef<egCol> edgeColor, const t_graph* g, int* AtomI,
             range_check(ai + g0, 0, maxsid);
             if (sid[aj + g0].sid != -1)
             {
-                gmx_fatal(FARGS, "sid[%d]=%d, sid[%d]=%d, file %s, line %d", ai, sid[ai + g0].sid,
-                          aj, sid[aj + g0].sid, __FILE__, __LINE__);
+                gmx_fatal(FARGS,
+                          "sid[%d]=%d, sid[%d]=%d, file %s, line %d",
+                          ai,
+                          sid[ai + g0].sid,
+                          aj,
+                          sid[aj + g0].sid,
+                          __FILE__,
+                          __LINE__);
             }
             else
             {