Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / Logger / TimeSource.ih
index e6becd4..4a5a990 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>
@@ -44,10 +44,10 @@ namespace detail {
 
         time_type now();
         void timeSource(std::auto_ptr<TimeSource> source);
-        
+
     private:
         TimeSourceManager();
-        
+
         boost::scoped_ptr<TimeSource> timeSource_;
 
         friend class senf::singleton<TimeSourceManager>;