Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent
[simgrid.git] / src / s4u / s4u_Mess.cpp
index b16b387..9799ad1 100644 (file)
@@ -88,8 +88,8 @@ Mess* Mess::do_start()
   pimpl_->set_actor(sender_);
   // Only throw the signal when both sides are here and the status is READY
   if (pimpl_->get_state() != kernel::activity::State::WAITING) {
-      fire_on_start();
-      fire_on_this_start();
+    fire_on_start();
+    fire_on_this_start();
   }
   state_ = State::STARTED;
   return this;