Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / TypeIdValue.hh
index 182c3c9..c473565 100644 (file)
@@ -73,24 +73,24 @@ namespace senf {
         std::type_info const * p_;
     };
 
-    /** 
+    /**
         \related TypeIdValue
      */
     TypeIdValue const typeIdValue();
 
-    /** 
+    /**
         \related TypeIdValue
      */
     template <class Type>
     TypeIdValue const typeIdValue();
 
-    /** 
+    /**
         \related TypeIdValue
      */
     template <class Type>
     TypeIdValue const typeIdValue(Type const & ob);
 
-    /** 
+    /**
         \related TypeIdValue
      */
     std::ostream & operator<<(std::ostream & os, TypeIdValue const & v);