Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics (codefactor.io).
[simgrid.git] / 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 */