From: Fred Suter Date: Thu, 26 Oct 2023 20:30:49 +0000 (-0400) Subject: reindent X-Git-Tag: v3.35~89^2~28^2~4 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/067e5ca9468e3308abc1398f9007d57b850cc342 reindent --- diff --git a/src/s4u/s4u_Mess.cpp b/src/s4u/s4u_Mess.cpp index b16b387fdb..9799ad1eb7 100644 --- a/src/s4u/s4u_Mess.cpp +++ b/src/s4u/s4u_Mess.cpp @@ -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;