]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/dht-kademlia/message.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'doc' into 'master'
[simgrid.git] / examples / s4u / dht-kademlia / message.hpp
index c1b643437ecfb83e8ae83bb8567e504f96608676..15f5e5fb878ca5c1504f983644586ebbbdbcef23 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2019. The SimGrid Team.
+/* Copyright (c) 2012-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -38,5 +38,5 @@ public:
   Message(const Message&) = delete;
   Message& operator=(const Message&) = delete;
 };
-}
+} // namespace kademlia
 #endif