X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d4e135c16a74f7a443a518115fe8930694ddfb0..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/smpi/include/smpi_errhandler.hpp diff --git a/src/smpi/include/smpi_errhandler.hpp b/src/smpi/include/smpi_errhandler.hpp index f3be169e41..c4018495d3 100644 --- a/src/smpi/include/smpi_errhandler.hpp +++ b/src/smpi/include/smpi_errhandler.hpp @@ -9,9 +9,7 @@ #include "smpi_f2c.hpp" #include - -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { class Errhandler: public F2C { private: @@ -32,7 +30,6 @@ class Errhandler: public F2C { static void unref(Errhandler* errhandler); static Errhandler* f2c(int id); }; -} -} +} // namespace simgrid::smpi #endif