Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start enforcing our new coding standards
[simgrid.git] / src / s4u / s4u_Exec.cpp
similarity index 98%
rename from src/s4u/s4u_exec.cpp
rename to src/s4u/s4u_Exec.cpp
index 0e2d39b..03afd33 100644 (file)
@@ -99,5 +99,5 @@ void intrusive_ptr_add_ref(simgrid::s4u::Exec* e)
 {
   e->refcount_.fetch_add(1, std::memory_order_relaxed);
 }
-}
-}
+} // namespace s4u
+} // namespace simgrid