Made Menu::get_item_by_id(int id) error message sligthly more useful
[supertux.git] / src / object / platform.hpp
index f9ba370..fa95ef8 100644 (file)
@@ -24,7 +24,7 @@
 /**
  * This class is the base class for platforms that tux can stand on
  */
-class Platform : public MovingSprite, 
+class Platform : public MovingSprite,
                  public ScriptInterface
 {
 public: