fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / log.cpp
index 9b03ff8..ca54b1d 100644 (file)
@@ -35,4 +35,3 @@ std::ostream& operator<<(std::ostream& out, const Rect& rect)
              << rect.get_right() << "," << rect.get_bottom() << "]";
   return out;
 }
-