diff -r c841ae1aca29 -r 2c35bef44dd1 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Wed Feb 17 23:10:36 2010 +0100 +++ b/lemon/graph_to_eps.h Sun Feb 21 18:55:30 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;