Update CMake to 3.2.1 in .travis.yml
[supertux.git] / src / scripting / player.hpp
index 3551f50..a8f63b7 100644 (file)
@@ -131,7 +131,7 @@ public:
   virtual void use_scripting_controller(bool use_or_release) = 0;
 
   /**
-   * Instructs the scriptable controller to press or release a button 
+   * Instructs the scriptable controller to press or release a button
    */
   virtual void do_scripting_controller(std::string control, bool pressed) = 0;