Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent
authorFred Suter <suterf@ornl.gov>
Thu, 26 Oct 2023 20:30:49 +0000 (16:30 -0400)
committerFred Suter <suterf@ornl.gov>
Thu, 26 Oct 2023 20:30:49 +0000 (16:30 -0400)
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;