# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1265878931 -3600
# Node ID f58e01094738d5d3c6c1a3f6d7ed9f7ba68ba7b1
# Parent  e9c203fb003d6d603fedbfe94a10ec308645e8ea
Fix the date field comment of graphToEps() output (#336)

diff -r e9c203fb003d -r f58e01094738 lemon/graph_to_eps.h
--- a/lemon/graph_to_eps.h	Fri Nov 13 12:33:33 2009 +0100
+++ b/lemon/graph_to_eps.h	Thu Feb 11 10:02:11 2010 +0100
@@ -687,9 +687,9 @@
       os << cbuf;
 #else
       os << bits::getWinFormattedDate();
+      os << std::endl;
 #endif
     }
-    os << std::endl;
 
     if (_autoArcWidthScale) {
       double max_w=0;