changeset 771 | 17e36e175725 |
parent 609 | 4137ef9aacc6 |
parent 713 | f58e01094738 |
child 761 | f1398882a928 |
child 792 | 761fe0846f49 |
1.1 --- a/lemon/graph_to_eps.h Tue Nov 01 08:24:30 2011 +0100 1.2 +++ b/lemon/graph_to_eps.h Tue Dec 20 17:35:45 2011 +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;