Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mornign cleanups
[simgrid.git] / src / simgrid / util.hpp
index 4526a66..2d28f9d 100644 (file)
@@ -35,7 +35,7 @@ typename C::mapped_type const* find_map_ptr(C const& c, K const& k)
     return &i->second;
 }
 
-}
-}
+} // namespace util
+} // namespace simgrid
 
 #endif