Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please codacy: use long form of negation in C++
[simgrid.git] / src / kernel / activity / SynchroSleep.cpp
index a2f281e..8143f7c 100644 (file)
@@ -26,7 +26,7 @@ void simgrid::kernel::activity::Sleep::resume()
 
 void simgrid::kernel::activity::Sleep::post()
 {
-  while (!simcalls.empty()) {
+  while (not simcalls.empty()) {
     smx_simcall_t simcall = simcalls.front();
     simcalls.pop_front();