diff --git a/examples/stream/stream.cpp b/examples/stream/stream.cpp index 2b8e30a..085f8a8 100644 --- a/examples/stream/stream.cpp +++ b/examples/stream/stream.cpp @@ -681,7 +681,7 @@ int main(int argc, char ** argv) { if (params.fname_out.length() > 0) { std::time_t now_c = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); fout << "[" << std::put_time(std::localtime(&now_c), "%F %T") << "] "; - fout << stext; + fout << stext << std::endl; } } else {