diff --git a/dumux/material/components/brine.hh b/dumux/material/components/brine.hh
index 29807c1d5f09b9a2058f18d8a2ca7d5dd6835bc4..96df77b8e8d276f7f4ee804b55a8f71533bd8786 100644
--- a/dumux/material/components/brine.hh
+++ b/dumux/material/components/brine.hh
@@ -129,8 +129,7 @@ public:
      * \param temperature temperature of component in \f$\mathrm{[K]}\f$
      * \param pressure pressure of component in \f$\mathrm{[Pa]}\f$
      */
-    static const Scalar gasEnthalpy(Scalar temperature,
-                                    Scalar pressure)
+    static const Scalar gasEnthalpy(Scalar temperature, Scalar pressure)
     { return H2O::gasEnthalpy(temperature, pressure); }
 
     /*!