fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / object / weak_block.hpp
index cc5baf8..e36d1eb 100644 (file)
@@ -26,7 +26,7 @@
 #include "physic.hpp"
 #include "timer.hpp"
 
-/** 
+/**
  * A block that can be destroyed by Bullet hits
  */
 class WeakBlock : public MovingSprite
@@ -60,4 +60,3 @@ private:
 };
 
 #endif
-