Merged gravity patch by T. Goya
[supertux.git] / src / fadeout.hpp
index 4afcdfa..b005b8c 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -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
-