Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics (codefactor.io).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 10 Jul 2023 09:32:53 +0000 (11:32 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 10 Jul 2023 09:44:31 +0000 (11:44 +0200)
src/mc/transition/Transition.hpp

index 281675f..4bdf7d2 100644 (file)
@@ -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 */