X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19b3962253112b19308537bc2400de141c119d99..e08706f3186be543c8f4a9c0b2ba5821d17314a4:/src/kernel/activity/SynchroExec.cpp diff --git a/src/kernel/activity/SynchroExec.cpp b/src/kernel/activity/SynchroExec.cpp index 5528f864fa..58af6ffb81 100644 --- a/src/kernel/activity/SynchroExec.cpp +++ b/src/kernel/activity/SynchroExec.cpp @@ -73,6 +73,6 @@ void simgrid::kernel::activity::Exec::post() } /* If there are simcalls associated with the synchro, then answer them */ - if (!simcalls.empty()) + if (not simcalls.empty()) SIMIX_execution_finish(this); }