From: Frederic Suter Date: Mon, 2 Dec 2019 08:26:42 +0000 (+0100) Subject: cosmetics X-Git-Tag: v3.25~343 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5316ff325d3557f5437f37082bec3555506a5a75?ds=sidebyside cosmetics --- diff --git a/src/kernel/activity/CommImpl.hpp b/src/kernel/activity/CommImpl.hpp index 0d2e742428..7c0691aece 100644 --- a/src/kernel/activity/CommImpl.hpp +++ b/src/kernel/activity/CommImpl.hpp @@ -49,7 +49,7 @@ public: void post() override; void finish() override; - CommImpl::Type type_; /* Type of the communication (SIMIX_COMM_SEND or SIMIX_COMM_RECEIVE) */ + CommImpl::Type type_; /* Type of the communication (SEND or RECEIVE) */ #if SIMGRID_HAVE_MC MailboxImpl* mbox_cpy = nullptr; /* Copy of the rendez-vous where the comm is queued, MC needs it for DPOR diff --git a/src/kernel/activity/MailboxImpl.hpp b/src/kernel/activity/MailboxImpl.hpp index e926f18a06..ac05e6688e 100644 --- a/src/kernel/activity/MailboxImpl.hpp +++ b/src/kernel/activity/MailboxImpl.hpp @@ -57,4 +57,4 @@ public: XBT_PRIVATE void SIMIX_mailbox_exit(); -#endif /* SIMIX_MAILBOXIMPL_H */ +#endif diff --git a/src/kernel/activity/MutexImpl.hpp b/src/kernel/activity/MutexImpl.hpp index 3655e53b1e..f372ea76d5 100644 --- a/src/kernel/activity/MutexImpl.hpp +++ b/src/kernel/activity/MutexImpl.hpp @@ -51,7 +51,7 @@ public: s4u::Mutex& mutex() { return piface_; } }; -} -} -} -#endif /* SIMIX_MUTEXIMPL_HPP */ +} // namespace activity +} // namespace kernel +} // namespace simgrid +#endif diff --git a/src/kernel/actor/ActorImpl.hpp b/src/kernel/actor/ActorImpl.hpp index e368b49cd8..831fb73654 100644 --- a/src/kernel/actor/ActorImpl.hpp +++ b/src/kernel/actor/ActorImpl.hpp @@ -3,8 +3,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifndef SIMIX_ACTORIMPL_H -#define SIMIX_ACTORIMPL_H +#ifndef SIMGRID_KERNEL_ACTOR_ACTORIMPL_HPP +#define SIMGRID_KERNEL_ACTOR_ACTORIMPL_HPP #include "simgrid/s4u/Actor.hpp" #include "src/simix/popping_private.hpp"