Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / mdtypes / forceoutput.h
index a9a9ae6b2c563b6c77e3cfd114ad5d99666e7f5b..52300228b4adb73237e2dd38897a9a435a256900 100644 (file)
@@ -129,8 +129,7 @@ public:
      * \param[in] computeVirial  True when algorithms are required to provide their virial contribution (for the current force evaluation)
      */
     ForceWithVirial(const ArrayRef<RVec>& force, const bool computeVirial) :
-        force_(force),
-        computeVirial_(computeVirial)
+        force_(force), computeVirial_(computeVirial)
     {
         for (int dim1 = 0; dim1 < DIM; dim1++)
         {