Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / Logger / AreaRegistry.cci
index 158c007..85380a2 100644 (file)
@@ -26,7 +26,7 @@
 #include "AreaRegistry.ih"
 
 // Custom includes
-#include "../TypeInfo.hh"
+#include <senf/Utils/TypeInfo.hh>
 #include "Levels.hh"
 #include "StreamRegistry.hh"
 
@@ -97,7 +97,7 @@ prefix_ bool senf::log::detail::AreaBase::alive()
 prefix_ unsigned senf::log::detail::AreaBase::limit(StreamBase const & stream)
     const
 {
-    return stream.index >= routingCache_.size() ? 
+    return stream.index >= routingCache_.size() ?
         DISABLED::value : routingCache_[stream.index].limit;
 }