author | Alpar Juttner <alpar@cs.elte.hu> |
Sun, 21 Feb 2010 18:55:30 +0100 | |
changeset 838 | 2c35bef44dd1 |
parent 836 | c841ae1aca29 |
parent 837 | f58e01094738 |
child 840 | 2914b6f0fde0 |
1.1 --- a/lemon/graph_to_eps.h Wed Feb 17 23:10:36 2010 +0100 1.2 +++ b/lemon/graph_to_eps.h Sun Feb 21 18:55:30 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;