]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/inspect/mc_unw.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_unw.cpp
index 97e9a53aba1bd06f5ba251d9266a7ae9871097a0..5806cacb08942079771ab571b2a0ce3149ab4dec 100644 (file)
@@ -25,8 +25,7 @@ typedef register_t greg_t;
 
 #include <libunwind.h>
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 // ***** Implementation
 
@@ -250,5 +249,4 @@ unw_cursor_t UnwindContext::cursor()
   return cursor;
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc