fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / badguy / yeti.hpp
index 74d8b19..d7e16ce 100644 (file)
@@ -49,7 +49,7 @@ private:
   void jump_down();
 
   void take_hit(Player& player);
-  
+
   enum YetiState {
     JUMP_DOWN,
     RUN,
@@ -66,4 +66,3 @@ private:
 };
 
 #endif
-