X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee004ae503ecdf8ddbf1e0cf080aab5702fc66d1..a6d5fdeb22df5f5b1ca02a3dad8ba6094202a4f3:/src/mc/mc_record.hpp diff --git a/src/mc/mc_record.hpp b/src/mc/mc_record.hpp index e63da6106a..2958780644 100644 --- a/src/mc/mc_record.hpp +++ b/src/mc/mc_record.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2023. The SimGrid Team. All rights reserved. */ /* 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. */ @@ -22,8 +22,7 @@ #include #include -namespace simgrid { -namespace mc { +namespace simgrid::mc { class RecordTrace { std::vector transitions_; @@ -45,7 +44,6 @@ public: static void replay(const std::string& trace); }; -} -} +} // namespace simgrid::mc #endif