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

Public GIT Repository
Redundant initializations.
[simgrid.git] / src / mc / mc_hash.cpp
index 3a9118aebb4215ed4b59afbed2e3a1c0dada514a..8b667d00e23d331c42ae9a232c3e4e7d81e90477 100644 (file)
@@ -16,8 +16,7 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_hash, mc, "Logging specific to mc_hash");
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 namespace {
 
@@ -49,5 +48,4 @@ hash_type hash(Snapshot const& snapshot)
   return hash.value();
 }
 
-}
-}
+} // namespace simgrid::mc