Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Scheduler / EventHook.ih
index f430c95..4d410b3 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -37,7 +37,7 @@ namespace scheduler {
     void restart();
 
 namespace detail {
-    
+
     class EventHookDispatcher
         : public singleton<EventHookDispatcher>
     {
@@ -56,7 +56,7 @@ namespace detail {
         EventHookDispatcher();
         ~EventHookDispatcher();
 
-        typedef boost::intrusive::ilist< 
+        typedef boost::intrusive::ilist<
             EventHookListBase::value_traits<EventHook>, false > EventList;
 
         EventList events_;