Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / display_effect.hpp
index d10ab80..8c3f857 100644 (file)
@@ -38,9 +38,9 @@ public:
     void draw(DrawingContext& context);
 
 
-    /** 
+    /**
      * @name Scriptable Methods
-     * @{ 
+     * @{
      */
 
     void fade_out(float fadetime);
@@ -50,8 +50,8 @@ public:
     void sixteen_to_nine(float fadetime);
     void four_to_three(float fadetime);
 
-    /** 
-     * @} 
+    /**
+     * @}
      */
 
 private: