Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reducing the number of refcount changes for ActivityImpl
[simgrid.git] / src / kernel / activity / MutexImpl.cpp
index 27a7bf9..43a511b 100644 (file)
@@ -30,6 +30,7 @@ void MutexAcquisitionImpl::wait_for(actor::ActorImpl* issuer, double timeout)
     // Already in the queue
   }
 }
+
 void MutexAcquisitionImpl::finish()
 {
   xbt_assert(simcalls_.size() == 1, "Unexpected number of simcalls waiting: %zu", simcalls_.size());