]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_safety.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Redundant initializations.
[simgrid.git] / src / mc / mc_safety.hpp
index 97c939c00930ae451f4ae802362cb8cecdd99a0e..e16f12e025a512bba92aa2b6f3e14043b3c3b8d5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2017. 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,8 +17,6 @@ enum class ReductionMode {
 };
 
 extern XBT_PRIVATE simgrid::mc::ReductionMode reduction_mode;
-
-}
-}
+} // namespace simgrid::mc
 
 #endif