Apply re-formatting to C++ in src/ tree.
[alexxy/gromacs.git] / src / gromacs / pbcutil / rmpbc.cpp
index a355d6df668d49cfff726f8d87f1d87529d80770..ee79717113fd60a3c101a52c99a8484aa7025082 100644 (file)
@@ -100,7 +100,8 @@ static t_graph* gmx_rmpbc_get_graph(gmx_rmpbc_t gpbc, PbcType pbcType, int natom
         {
             gmx_fatal(FARGS,
                       "Structure or trajectory file has more atoms (%d) than the topology (%d)",
-                      natoms, gpbc->natoms_init);
+                      natoms,
+                      gpbc->natoms_init);
         }
         gpbc->ngraph++;
         srenew(gpbc->graph, gpbc->ngraph);