# HG changeset patch # User Alpar Juttner # Date 1266774885 -3600 # Node ID 07800ca13a8061fe04ada2fa079a1af4970e6c5a # Parent cf0c1b85618cfa93dad2d29a715d21cc09f35966# Parent f58e01094738d5d3c6c1a3f6d7ed9f7ba68ba7b1 Merge bugfix #336 to branch 1.0 diff -r cf0c1b85618c -r 07800ca13a80 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Thu Dec 10 09:14:47 2009 +0100 +++ b/lemon/graph_to_eps.h Sun Feb 21 18:54:45 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;