Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / ambient_sound.hpp
index 8f4dbbc..a7a14bc 100644 (file)
@@ -67,15 +67,15 @@ public:
     return position;
   }
 
-  /** 
+  /**
    * @name Scriptable Methods
-   * @{ 
+   * @{
    */
   void set_pos(float x, float y);
   float get_pos_x() const;
   float get_pos_y() const;
-  /** 
-   * @} 
+  /**
+   * @}
    */
 
 protected: