lemon/graph_to_eps.h
branch1.1
changeset 908 c6f725eff737
parent 664 4137ef9aacc6
parent 906 f58e01094738
child 1081 f1398882a928
child 1107 2b6bffe0e7e8
child 1157 761fe0846f49
     1.1 --- a/lemon/graph_to_eps.h	Sun Feb 14 23:12:59 2010 +0100
     1.2 +++ b/lemon/graph_to_eps.h	Sun Feb 21 18:55:01 2010 +0100
     1.3 @@ -684,9 +684,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;