Small style fix
[supertux.git] / src / object / candle.hpp
index 4ea74ba..5c5342e 100644 (file)
@@ -23,7 +23,7 @@
 /**
  * A burning candle: Simple, scriptable level decoration.
  */
-class Candle : public MovingSprite, 
+class Candle : public MovingSprite,
                public ScriptInterface
 {
 public: