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

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;
