From 067e5ca9468e3308abc1398f9007d57b850cc342 Mon Sep 17 00:00:00 2001 From: Fred Suter Date: Thu, 26 Oct 2023 16:30:49 -0400 Subject: [PATCH] reindent --- src/s4u/s4u_Mess.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1