Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / mdlib / settle.cpp
index 24d0d58fb564d929be4dc92785c976258af3e440..5a77a323e6425f4d3e3ba5184cd368faa2213c4f 100644 (file)
@@ -368,13 +368,13 @@ void settle_proj(const SettleData&    settled,
 
 /*! \brief The actual settle code, templated for real/SimdReal and for optimization */
 template<typename T, typename TypeBool, int packSize, typename TypePbc, bool bCorrectVelocity, bool bCalcVirial>
-static void settleTemplate(const SettleData& settled,
-                           int               settleStart,
-                           int               settleEnd,
-                           const TypePbc     pbc,
-                           const real*       x,
-                           real*             xprime,
-                           real              invdt,
+static void settleTemplate(const SettleData&  settled,
+                           int                settleStart,
+                           int                settleEnd,
+                           const TypePbc      pbc,
+                           const real*        x,
+                           real*              xprime,
+                           real               invdt,
                            real* gmx_restrict v,
                            tensor             vir_r_m_dr,
                            bool*              bErrorHasOccurred)