fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / object / rainsplash.hpp
index 180b292..61e438f 100644 (file)
@@ -33,7 +33,7 @@ class RainSplash : public GameObject
 public:
   RainSplash(Vector pos, bool vertical);
   ~RainSplash();
-protected:  
+protected:
   virtual void hit(Player& );
   virtual void update(float time);
   virtual void draw(DrawingContext& context);
@@ -44,4 +44,3 @@ private:
 };
 
 #endif
-