fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / object / unstable_tile.hpp
index cd19c4e..9c6e0bd 100644 (file)
@@ -26,7 +26,7 @@
 #include "physic.hpp"
 #include "timer.hpp"
 
-/** 
+/**
  * A block that disintegrates when stood on
  */
 class UnstableTile : public MovingSprite
@@ -50,4 +50,3 @@ private:
 };
 
 #endif
-