fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / badguy / fish.hpp
index 117d1d5..413b5c2 100644 (file)
@@ -43,7 +43,7 @@ private:
   HitResponse hit(const CollisionHit& );
   void start_waiting();
   void jump();
-  
+
   Timer waiting;
   float stop_y; /**< y-coordinate to stop at */
 };