Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / candle.hpp
index f461a06..c82db5e 100644 (file)
@@ -42,15 +42,15 @@ public:
   virtual void expose(HSQUIRRELVM vm, SQInteger table_idx);
   virtual void unexpose(HSQUIRRELVM vm, SQInteger table_idx);
 
-  /** 
+  /**
    * @name Scriptable Methods
-   * @{ 
+   * @{
    */
   void puff_smoke(); /**< spawn a puff of smoke */
   bool get_burning(); /**< returns true if candle is lighted */
   void set_burning(bool burning); /**< true: light candle, false: extinguish candle */
-  /** 
-   * @} 
+  /**
+   * @}
    */
 
 private: