Skip to content
Snippets Groups Projects
Commit ea9fbc13 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[common.type_utils] fix indent (do not indent within namespaces)

parent 811e22b8
No related branches found
No related tags found
No related merge requests found
...@@ -263,9 +263,9 @@ STUFF_TYPENAME(char) ...@@ -263,9 +263,9 @@ STUFF_TYPENAME(char)
namespace Dune { namespace Dune {
namespace Stuff { namespace Stuff {
namespace Common { namespace Common {
namespace internal {
namespace internal {
template <class Tt> template <class Tt>
struct is_complex_helper struct is_complex_helper
{ {
...@@ -273,6 +273,8 @@ struct is_complex_helper ...@@ -273,6 +273,8 @@ struct is_complex_helper
static const bool is_candidate = DSC_has_typedef(value_type)<Tt>::value; static const bool is_candidate = DSC_has_typedef(value_type)<Tt>::value;
}; // class is_complex_helper }; // class is_complex_helper
} // namespace internal } // namespace internal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment