[Lemon-commits] Alpar Juttner: Merge
Lemon HG
hg at lemon.cs.elte.hu
Sun Feb 21 18:04:19 CET 2010
details: http://lemon.cs.elte.hu/hg/lemon/rev/00238fd6b4bd
changeset: 907:00238fd6b4bd
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Sun Feb 21 17:41:51 2010 +0100
description:
Merge
diffstat:
lemon/graph_to_eps.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (14 lines):
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;
More information about the Lemon-commits
mailing list