From: Arnaud Giersch Date: Mon, 10 Jul 2023 09:32:53 +0000 (+0200) Subject: Cosmetics (codefactor.io). X-Git-Tag: v3.35~146^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6362f35b1a51e3ac8b3d4e5607bf6e3ec305e530?hp=afc02b710464a9814170c8aa0a269efbf11ff2c3 Cosmetics (codefactor.io). --- diff --git a/src/mc/transition/Transition.hpp b/src/mc/transition/Transition.hpp index 281675f420..4bdf7d262b 100644 --- a/src/mc/transition/Transition.hpp +++ b/src/mc/transition/Transition.hpp @@ -28,6 +28,7 @@ class Transition { static unsigned long replayed_transitions_; friend State; // FIXME remove this once we have a proper class to handle the statistics + public: /* Ordering is important here. depends() implementations only consider subsequent types in this ordering */ XBT_DECLARE_ENUM_CLASS(Type, RANDOM, ACTOR_JOIN, /* First because indep with anybody including themselves */