Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / Logger / StringTarget.hh
index a8bc5a2..78c620c 100644 (file)
 
 namespace senf {
 namespace log {
-  
+
     /** \brief Store %log messages in a string buffer
 
-        This target is mostly useful for debug purposes. 
+        This target is mostly useful for debug purposes.
 
         \ingroup targets
       */
-    class StringTarget 
+    class StringTarget
         : private boost::base_from_member<std::stringstream>,
           public IOStreamTarget
     {
@@ -69,7 +69,7 @@ namespace log {
 
     };
 
-}}        
+}}
 
 ///////////////////////////////hh.e////////////////////////////////////////
 //#include "StringTarget.cci"