Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / mdlib / calc_verletbuf.cpp
index f29ff7303b793d2c7159a0874ea322f8944e7281..4ef9cd3d6b0e6f3a6d0071fc12cbc699afa5ba34 100644 (file)
@@ -1311,7 +1311,7 @@ static real chanceOfUpdateGroupCrossingCell(const gmx_mtop_t&      mtop,
         const gmx_moltype_t& moltype = mtop.moltype[molblock.type];
         chance += molblock.nmol
                   * chanceOfUpdateGroupCrossingCell(
-                            moltype, mtop.ffparams, updateGrouping[molblock.type], kT_fac, cellSize);
+                          moltype, mtop.ffparams, updateGrouping[molblock.type], kT_fac, cellSize);
     }
 
     return chance;