fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / worldmap / special_tile.cpp
index ea2bd20..a8e5616 100644 (file)
@@ -35,7 +35,7 @@ SpecialTile::SpecialTile(const lisp::Lisp* lisp)
   lisp->get("x", pos.x);
   lisp->get("y", pos.y);
   lisp->get("invisible-tile", invisible);
-  
+
   if(!invisible) {
     std::string spritefile = "";
     lisp->get("sprite", spritefile);
@@ -83,4 +83,3 @@ SpecialTile::update(float )
 }
 
 }
-