Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / Daemon / Daemon.ih
index fed8bf3..8d45a88 100644 (file)
@@ -52,7 +52,7 @@ namespace detail {
 
     private:
 
-        class Forwarder 
+        class Forwarder
         {
         public:
             typedef boost::function<void ()> Callback;
@@ -96,7 +96,7 @@ namespace detail {
             Callback cb_;
             scheduler::FdEvent readevent_;
         };
-        
+
         void pipeClosed(int id);
         void sigChld(siginfo_t const &);
         void childDied();