[Lemon-commits] Alpar Juttner: Fix the date field comment of gra...

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/6e919f777fdb
changeset: 906:6e919f777fdb
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Thu Feb 11 10:02:11 2010 +0100
description:
	Fix the date field comment of graphToEps() output (#336)

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