fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / badguy / bomb.hpp
index 40b29d0..430c270 100644 (file)
@@ -41,11 +41,10 @@ private:
     STATE_TICKING,
     STATE_EXPLODING
   };
-  
+
   State state;
 
   std::auto_ptr<SoundSource> ticking;
 };
 
 #endif
-