X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a1d2744c8acfb521456dd82e5f2b9fbd94a5ae9d..a64a287d9d534a31e5b49dc99be038f9c0b7c6af:/src/instr/instr_paje_events.cpp diff --git a/src/instr/instr_paje_events.cpp b/src/instr/instr_paje_events.cpp index c66ef1edbe..e4bfcb3019 100644 --- a/src/instr/instr_paje_events.cpp +++ b/src/instr/instr_paje_events.cpp @@ -76,7 +76,7 @@ void StateEvent::print() } #if HAVE_SMPI if (smpi_cfg_trace_call_location()) - stream_ << container_name << " location " << filename << " " << linenumber << std::endl ; + stream_ << container_name << " location " << filename << " " << linenumber << '\n'; #endif stream_ << container_name << " " << extra_->print(); } else {