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

Public GIT Repository
lgtm: Add some missing header guards
[simgrid.git] / src / mc / remote / RemotePtr.hpp
index f4f38ef15474046a219fe79f94eaab279b77c262..d4c7bca2a9601cae2d486c1b6e213011b6382384 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-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. */
@@ -135,7 +135,7 @@ template <class T = void> inline RemotePtr<T> remote(uint64_t p)
 {
   return RemotePtr<T>(p);
 }
-}
-}
+} // namespace mc
+} // namespace simgrid
 
 #endif