Committed some code beautification patches by Tron
[supertux.git] / src / moving_object.hpp
index ae0e1d7..b23302a 100644 (file)
@@ -229,7 +229,7 @@ private:
    * during collision detection
    */
   Rect dest;
-  
+
   bool solid; /**< true if this object should be considered when doing collision detection */
 };