fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / object / platform.cpp
index 08469b6..6d04777 100644 (file)
@@ -47,7 +47,7 @@ Platform::Platform(const lisp::Lisp& reader)
   path->read(*pathLisp);
   walker.reset(new PathWalker(path.get(), running));
   bbox.set_pos(path->get_base());
+
   flags |= FLAG_SOLID;
 }