# HG changeset patch # User Alpar Juttner # Date 1266774930 -3600 # Node ID 2c35bef44dd12ecff705b0b9cd6cde34a9bb371b # Parent c841ae1aca299b7274d51c506871c57b73f1311a# Parent f58e01094738d5d3c6c1a3f6d7ed9f7ba68ba7b1 Merge bugfix #336 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;