fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / trigger / switch.hpp
index d7e6895..8742f80 100644 (file)
@@ -36,7 +36,7 @@ public:
   virtual ~Switch();
 
   virtual void write(lisp::Writer& writer);
-  
+
   virtual void update(float elapsed_time);
   virtual void draw(DrawingContext& context);
   virtual void event(Player& player, EventType type);
@@ -52,7 +52,7 @@ private:
   std::string sprite_name;
   Sprite* sprite;
   std::string script;
-  
+
   SwitchState state;
 
 };