author | Alpar Juttner <alpar@cs.elte.hu> |
Thu, 11 Feb 2010 10:02:11 +0100 | |
changeset 409 | f58e01094738 |
parent 406 | e9c203fb003d |
child 410 | 07800ca13a80 |
child 413 | 1f2a734581f8 |
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;