lemon/graph_to_eps.h
changeset 906 f58e01094738
parent 511 879c55700cd4
child 908 c6f725eff737
child 909 2c35bef44dd1
child 1078 c59bdcc8e33e
     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;