Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / wind.hpp
index 864ca80..e52add7 100644 (file)
@@ -40,9 +40,9 @@ public:
   void draw(DrawingContext& context);
   HitResponse collision(GameObject& other, const CollisionHit& hit);
 
-  /** 
+  /**
    * @name Scriptable Methods
-   * @{ 
+   * @{
    */
 
   /**
@@ -55,8 +55,8 @@ public:
    */
   void stop();
 
-  /** 
-   * @} 
+  /**
+   * @}
    */
 
   virtual void expose(HSQUIRRELVM vm, SQInteger table_idx);