fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / trigger / trigger_base.hpp
index f4c4795..887f413 100644 (file)
@@ -35,14 +35,14 @@ public:
   enum EventType {
     EVENT_TOUCH, EVENT_ACTIVATE
   };
-  
+
   TriggerBase();
   ~TriggerBase();
 
   void update(float elapsed_time);
   void draw(DrawingContext& context);
   HitResponse collision(GameObject& other, const CollisionHit& hit);
-  
+
   /**
    * Receive trigger events
    */
@@ -55,4 +55,3 @@ private:
 };
 
 #endif /*SUPERTUX_INTERACTIVE_OBJECT_H*/
-