Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / safe_bool.hh
index 44c1861..f178696 100644 (file)
@@ -105,7 +105,7 @@ namespace senf {
            ...
         }
         \endcode
-        
+
         If the class to be made using senf::safe_bool is itself comparable via it's own \c
         operator==, you must use comparable_safe_bool instead of safe_bool to not loose this
         capability.