From b2728406b478a9b5e0472cc0614210624e1291e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 26 Jul 2018 14:37:45 +0200
Subject: [PATCH] [components][brine] put function arguments in one line

---
 dumux/material/components/brine.hh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dumux/material/components/brine.hh b/dumux/material/components/brine.hh
index 29807c1d5f..96df77b8e8 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); }
 
     /*!
-- 
GitLab