fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / scripting / time_scheduler.hpp
index 05c6569..d26cb76 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: script_manager.hpp 3379 2006-04-20 18:44:10Z matzebraun $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -54,7 +54,7 @@ private:
       return wakeup_time > other.wakeup_time;
     }
   };
-  
+
   typedef std::vector<ScheduleEntry> ScheduleHeap;
   ScheduleHeap schedule;
 };
@@ -62,4 +62,3 @@ private:
 }
 
 #endif
-