fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / worldmap / sprite_change.cpp
index b4db66d..4cffd9c 100644 (file)
@@ -32,7 +32,7 @@ SpriteChange::SpriteChange(const lisp::Lisp* lisp)
   lisp->get("x", pos.x);
   lisp->get("y", pos.y);
   lisp->get("change-on-touch", change_on_touch);
-  
+
   std::string spritefile = "";
   lisp->get("sprite", spritefile);
   sprite.reset(sprite_manager->create(spritefile));