Fix the date field comment of graphToEps() output (#336)
authorAlpar Juttner <alpar@cs.elte.hu>
Thu, 11 Feb 2010 10:02:11 +0100
changeset 906f58e01094738
parent 865 e9c203fb003d
child 907 07800ca13a80
child 908 c6f725eff737
child 909 2c35bef44dd1
child 970 1f2a734581f8
Fix the date field comment of graphToEps() output (#336)
lemon/graph_to_eps.h
     1.1 --- a/lemon/graph_to_eps.h	Fri Nov 13 12:33:33 2009 +0100
     1.2 +++ b/lemon/graph_to_eps.h	Thu Feb 11 10:02:11 2010 +0100
     1.3 @@ -687,9 +687,9 @@
     1.4        os << cbuf;
     1.5  #else
     1.6        os << bits::getWinFormattedDate();
     1.7 +      os << std::endl;
     1.8  #endif
     1.9      }
    1.10 -    os << std::endl;
    1.11  
    1.12      if (_autoArcWidthScale) {
    1.13        double max_w=0;