diff -r 91d50cfe924e -r c6f725eff737 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Sun Feb 14 23:12:59 2010 +0100 +++ b/lemon/graph_to_eps.h Sun Feb 21 18:55:01 2010 +0100 @@ -684,9 +684,9 @@ os << cbuf; #else os << bits::getWinFormattedDate(); + os << std::endl; #endif } - os << std::endl; if (_autoArcWidthScale) { double max_w=0;