Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / mdtypes / iforceprovider.h
index 3006bf88e971914fe5786a54ed72b97cde1b2a5f..9b65e0fda40bb4c344d2f11a2b701c314172c8ce 100644 (file)
@@ -96,12 +96,7 @@ public:
                        double               time,
                        const matrix         box,
                        const t_commrec&     cr) :
-        x_(x),
-        homenr_(homenr),
-        chargeA_(chargeA),
-        massT_(massT),
-        t_(time),
-        cr_(cr)
+        x_(x), homenr_(homenr), chargeA_(chargeA), massT_(massT), t_(time), cr_(cr)
     {
         copy_mat(box, box_);
     }
@@ -138,8 +133,7 @@ public:
      * \param[in,out]  enerd            Structure containing energy data
      */
     ForceProviderOutput(ForceWithVirial* forceWithVirial, gmx_enerdata_t* enerd) :
-        forceWithVirial_(makeRefFromPointer(forceWithVirial)),
-        enerd_(makeRefFromPointer(enerd))
+        forceWithVirial_(makeRefFromPointer(forceWithVirial)), enerd_(makeRefFromPointer(enerd))
     {
     }