diff -r 2eebc8f7dca5 -r 17e36e175725 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Tue Nov 01 08:24:30 2011 +0100 +++ b/lemon/graph_to_eps.h Tue Dec 20 17:35:45 2011 +0100 @@ -684,9 +684,9 @@ os << cbuf; #else os << bits::getWinFormattedDate(); + os << std::endl; #endif } - os << std::endl; if (_autoArcWidthScale) { double max_w=0;