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

Public GIT Repository
Finished = inactive
[simgrid.git] / src / mc / remote / Channel.hpp
index cd216b4c8096770440ad4ca3fe4f5d93b6fc4a36..30161b5bb362e2c43141ec6eebf5b68bb635bf78 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2015-2020. 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. */
@@ -55,7 +55,7 @@ public:
 
   int get_socket() const { return socket_; }
 };
-}
-}
+} // namespace mc
+} // namespace simgrid
 
 #endif