Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
privatize ExecImpl::timeoutDetector and partially ExecImpl::surfAction
[simgrid.git] / src / simix / smx_host.cpp
index 82a0566..cdd6351 100644 (file)
@@ -139,7 +139,7 @@ boost::intrusive_ptr<simgrid::kernel::activity::ExecImpl>
 SIMIX_execution_start(const char* name, double flops_amount, double priority, double bound, sg_host_t host)
 {
   /* set surf's action */
-  simgrid::kernel::resource::Action* surf_action      = nullptr;
+  simgrid::kernel::resource::Action* surf_action = nullptr;
   if (not MC_is_active() && not MC_record_replay_is_active()) {
     surf_action = host->pimpl_cpu->execution_start(flops_amount);
     surf_action->set_priority(priority);