# HG changeset patch # User Alpar Juttner # Date 2010-02-21 18:55:30 # Node ID 2c35bef44dd12ecff705b0b9cd6cde34a9bb371b # Parent c841ae1aca299b7274d51c506871c57b73f1311a # Parent f58e01094738d5d3c6c1a3f6d7ed9f7ba68ba7b1 Merge bugfix #336 diff --git a/lemon/graph_to_eps.h b/lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h +++ b/lemon/graph_to_eps.h @@ -684,9 +684,9 @@ os << cbuf; #else os << bits::getWinFormattedDate(); + os << std::endl; #endif } - os << std::endl; if (_autoArcWidthScale) { double max_w=0;