diff --git a/dumux/common/typetraits/typetraits.hh b/dumux/common/typetraits/typetraits.hh
index f8efdf1df974b75c205b6604ce6971fb99db7f52..357cd66f10f98b7c6ce3cd6b020242aee700d706 100644
--- a/dumux/common/typetraits/typetraits.hh
+++ b/dumux/common/typetraits/typetraits.hh
@@ -16,12 +16,12 @@
 
 namespace Dumux {
 
-    /*!
-     * \brief Template which always yields a false value
-     * \tparam T Some type.
-     */
-    template<typename T>
-    struct AlwaysFalse : public std::false_type {};
+/*!
+ * \brief Template which always yields a false value
+ * \tparam T Some type.
+ */
+template<typename T>
+struct AlwaysFalse : public std::false_type {};
 
 /*!
  * \brief Function that performs no operation.