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

Public GIT Repository
Mark "override" (Sonar).
[simgrid.git] / src / xbt / memory_map.cpp
index b54dce63ed8396d55b6415f39f35609e61e152aa..90e5c5f5d50a4b984a385755e6b9ab24798fec92 100644 (file)
@@ -65,8 +65,7 @@
   } else                                                                                                               \
     ((void)0)
 
-namespace simgrid {
-namespace xbt {
+namespace simgrid::xbt {
 
 /**
  * \todo This function contains many cases that do not allow for a
@@ -419,5 +418,4 @@ std::vector<VmMap> get_memory_map(pid_t pid)
   return ret;
 }
 
-}
-}
+} // namespace simgrid::xbt