Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
[simgrid.git] / src / simix / libsmx.cpp
index 895bbad..2f35978 100644 (file)
@@ -205,7 +205,6 @@ void simcall_run_object_access(std::function<void()> const& code, simgrid::kerne
       || MC_is_active() || MC_record_replay_is_active()
 #endif
   ) {
-
     simgrid::kernel::actor::ObjectAccessSimcallObserver observer{self, item};
     simcall(simgrid::kernel::actor::Simcall::Type::RUN_ANSWERED, code, &observer);
     item->take_ownership();
@@ -216,4 +215,4 @@ void simcall_run_object_access(std::function<void()> const& code, simgrid::kerne
     self->simcall_.observer_ = nullptr;
     self->simcall_handle(0);
   }
-}
\ No newline at end of file
+}