diff --git a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
index 221b131b7d2cd02cc689152620ec529ca18abd96..9a50ef6d067fc9d4fce4b13e01398d3e45149327 100644
--- a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
+++ b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
@@ -132,14 +132,14 @@ public:
                                Scalar q,
                                bool boundary)
     : boundary_(boundary)
-    ,   vertexIndex_(vIdxGlobal)
-    ,   scvfIndex_(scvfIndex)
-    ,   insideScvIdx_(insideScvIdx)
-    ,   outsideScvIndices_(outsideScvIndices)
-    ,   vIdxInElement_(vIdxLocal)
-    ,   corners_(std::move(corners))
-    ,   center_(0.0)
-    ,   unitOuterNormal_(std::move(unitOuterNormal))
+    , vertexIndex_(vIdxGlobal)
+    , scvfIndex_(scvfIndex)
+    , insideScvIdx_(insideScvIdx)
+    , outsideScvIndices_(outsideScvIndices)
+    , vIdxInElement_(vIdxLocal)
+    , corners_(std::move(corners))
+    , center_(0.0)
+    , unitOuterNormal_(std::move(unitOuterNormal))
     {
           // compute the center of the scvf
           for (const auto& corner : corners_)