fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / fadeout.hpp
index 130cac0..b005b8c 100644 (file)
@@ -33,7 +33,7 @@ public:
 
   virtual void update(float elapsed_time);
   virtual void draw(DrawingContext& context);
-  
+
   /// returns true if the effect is completed
   virtual bool done();
 
@@ -44,4 +44,3 @@ private:
 };
 
 #endif
-