diff -r e9c203fb003d -r f58e01094738 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Fri Nov 13 12:33:33 2009 +0100 +++ b/lemon/graph_to_eps.h Thu Feb 11 10:02:11 2010 +0100 @@ -687,9 +687,9 @@ os << cbuf; #else os << bits::getWinFormattedDate(); + os << std::endl; #endif } - os << std::endl; if (_autoArcWidthScale) { double max_w=0;