# HG changeset patch # User Alpar Juttner # Date 2010-02-21 18:55:01 # Node ID c6f725eff7373a86fb06b9f570afdda5b6b4c242 # Parent 91d50cfe924edb1127d189701876259a859c481a # Parent f58e01094738d5d3c6c1a3f6d7ed9f7ba68ba7b1 Merge bugfix #336 to branch 1.1 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;