diff --git a/eo/src/utils/eoStdoutMonitor.cpp b/eo/src/utils/eoStdoutMonitor.cpp index 23ec63bb..be4de57a 100644 --- a/eo/src/utils/eoStdoutMonitor.cpp +++ b/eo/src/utils/eoStdoutMonitor.cpp @@ -30,7 +30,7 @@ eoMonitor& eoStdoutMonitor::operator()(void) cout << (*it)->longName() << ": " << (*it)->getValue() << '\n'; } - cout << "\n****** End of Generation ******\n\n"; + cout << "\n****** End of Generation ******\n" << endl; // endl: flush return *this; }