From 9db4c6e0c476c8de7bfbf9a613aac2b98bb4baba Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Tue, 17 Jul 2018 23:31:37 +0200
Subject: [PATCH] [fluidsystem][base] Fix indent

---
 dumux/material/fluidsystems/base.hh | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/dumux/material/fluidsystems/base.hh b/dumux/material/fluidsystems/base.hh
index e2ab7ecf8c..4d7e957b1a 100644
--- a/dumux/material/fluidsystems/base.hh
+++ b/dumux/material/fluidsystems/base.hh
@@ -27,20 +27,17 @@
 #include <string>
 #include "nullparametercache.hh"
 
-namespace Dumux
-{
-
-namespace FluidSystems
+namespace Dumux {
+namespace FluidSystems {
 
-{
-   /*!
-    * \ingroup Fluidsystems
-    * \brief Fluid system base class.
-    *
-    * \note Always derive your fluid system from this class to be sure
-    *       that all basic functionality is available!
-    */
-   template <class Scalar, class Implementation>
+/*!
+* \ingroup Fluidsystems
+* \brief Fluid system base class.
+*
+* \note Always derive your fluid system from this class to be sure
+*       that all basic functionality is available!
+*/
+template <class ScalarType, class Implementation>
 class BaseFluidSystem
 {
 public:
-- 
GitLab