Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Don't modify condition variable twice in for loops.
[simgrid.git] / src / mc / mc_smx.cpp
index af66ee9..f72a03b 100644 (file)
@@ -45,8 +45,8 @@ static void MC_process_refresh_simix_actor_dynar(const simgrid::mc::RemoteClient
 
   // Load each element of the vector from the MCed process:
   for (unsigned int i = 0; i < dynar.used; ++i) {
-
     simgrid::mc::ActorInformation info;
+
     info.address  = simgrid::mc::RemotePtr<simgrid::kernel::actor::ActorImpl>(data[i]);
     info.hostname = nullptr;
     process->read_bytes(&info.copy, sizeof(info.copy), remote(data[i]));