[cppcheck] Part 2: Some further style fixes etc.
[supertux.git] / src / object / wind.hpp
index 89af18c..a08f3f4 100644 (file)
@@ -26,7 +26,7 @@ class Player;
 /**
  * Defines an area that will gently push Players in one direction
  */
-class Wind : public MovingObject, 
+class Wind : public MovingObject,
              public ScriptInterface
 {
 public: