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

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / mc / remote / CheckerSide.cpp
index c95c8390cff3c224cdcff4181f1f83001f80513c..06c489a1131b3e4d2d7833041411d0cffa568092 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -7,8 +7,7 @@
 #include <csignal>
 #include <sys/wait.h>
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 void CheckerSide::start(void (*handler)(int, short, void*), ModelChecker* mc)
 {
@@ -34,5 +33,4 @@ void CheckerSide::break_loop() const
   event_base_loopbreak(base_.get());
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc