Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / player.hpp
index 8e12648..dc23f2f 100644 (file)
@@ -90,8 +90,8 @@ public:
   PlayerStatus* player_status;
   bool duck;
   bool dead;
-  //Tux can only go this fast. If set to 0 no special limit is used, only the default limits.   
-  void set_speedlimit(float newlimit); 
+  //Tux can only go this fast. If set to 0 no special limit is used, only the default limits.
+  void set_speedlimit(float newlimit);
   float get_speedlimit();
 
 private: