Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / mc / inspect / Frame.cpp
index 25b3bc2..9d80454 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2019. The SimGrid Team.
+/* Copyright (c) 2007-2023. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -10,8 +10,7 @@
 
 #include "src/mc/inspect/Frame.hpp"
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 void* Frame::frame_base(unw_cursor_t& unw_cursor) const
 {
@@ -32,5 +31,4 @@ void* Frame::frame_base(unw_cursor_t& unw_cursor) const
     xbt_die("Unexpected location type");
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc