Merge bugfix #336 to branch 1.0 1.0
authorAlpar Juttner <alpar@cs.elte.hu>
Sun, 21 Feb 2010 18:54:45 +0100
branch1.0
changeset 41007800ca13a80
parent 408 cf0c1b85618c
parent 409 f58e01094738
child 411 50b6b66daafd
Merge bugfix #336 to branch 1.0
     1.1 --- a/lemon/graph_to_eps.h	Thu Dec 10 09:14:47 2009 +0100
     1.2 +++ b/lemon/graph_to_eps.h	Sun Feb 21 18:54:45 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;