Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in actors
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 56567c4..d014cef 100644 (file)
@@ -155,12 +155,10 @@ XBT_PUBLIC_CLASS Actor : public simgrid::xbt::Extendable<Actor>
 public:
 
   // ***** No copy *****
-
   Actor(Actor const&) = delete;
   Actor& operator=(Actor const&) = delete;
 
   // ***** Reference count (delegated to pimpl_) *****
-
   friend void intrusive_ptr_add_ref(Actor* actor)
   {
     xbt_assert(actor != nullptr);