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

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / mc / inspect / mc_unw_vmread.cpp
index 6588e36ef099d8f4f2d7dbc0da73555893116982..4515ea6ec547c1219a80808aee355bb9ede9de50 100644 (file)
@@ -90,8 +90,7 @@ static int access_mem(const unw_addr_space_t as, const unw_word_t addr, unw_word
   return 0;
 }
 
-namespace simgrid {
-namespace unw {
+namespace simgrid::unw {
 
 unw_addr_space_t create_addr_space()
 {
@@ -119,5 +118,4 @@ void* create_context(unw_addr_space_t /*as*/, pid_t pid)
   return _UPT_create(pid);
 }
 
-} // namespace unw
-} // namespace simgrid
+} // namespace simgrid::unw