X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..196b543c8e909828b40e851eaf4443ee28f76c70:/src/mc/mc_safety.hpp diff --git a/src/mc/mc_safety.hpp b/src/mc/mc_safety.hpp index 4993a2b9bc..e16f12e025 100644 --- a/src/mc/mc_safety.hpp +++ b/src/mc/mc_safety.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2022. 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. */ @@ -8,8 +8,7 @@ #include "xbt/base.h" -namespace simgrid { -namespace mc { +namespace simgrid::mc { enum class ReductionMode { unset, @@ -18,7 +17,6 @@ enum class ReductionMode { }; extern XBT_PRIVATE simgrid::mc::ReductionMode reduction_mode; -} -} +} // namespace simgrid::mc #endif