Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / platform.hpp
index 0815a71..a9567ed 100644 (file)
@@ -44,9 +44,9 @@ public:
     return speed;
   }
 
-  /** 
+  /**
    * @name Scriptable Methods
-   * @{ 
+   * @{
    */
 
   /** Move platform until at given node, then stop */
@@ -58,8 +58,8 @@ public:
   /** Stop platform at next node */
   void stop_moving();
 
-  /** 
-   * @} 
+  /**
+   * @}
    */
 
   virtual void expose(HSQUIRRELVM vm, SQInteger table_idx);