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

Public GIT Repository
Useless cosmetics while trying to understand that code
[simgrid.git] / src / mc / inspect / mc_member.cpp
index d9fba29ceb14b220615e7abd2c4115327ae93efb..1ab3a18e33258a23074d02814ce792fa1e7c3e88 100644 (file)
@@ -7,8 +7,7 @@
 #include "src/mc/inspect/mc_dwarf.hpp"
 #include "src/mc/mc_private.hpp"
 
-namespace simgrid {
-namespace dwarf {
+namespace simgrid::dwarf {
 
 /** Resolve snapshot in the process address space
  *
@@ -30,5 +29,4 @@ void* resolve_member(const void* base, const simgrid::mc::Type* /*type*/, const
   return (void*)stack.top();
 }
 
-} // namespace dwarf
-} // namespace simgrid
+} // namespace simgrid::dwarf