Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent include files
[simgrid.git] / include / xbt / dynar.hpp
index 7ef2e68..a1b49c7 100644 (file)
@@ -8,7 +8,6 @@
 #define SIMGRId_XBT_DYNAR_HPP
 
 #include <boost/range/iterator_range.hpp>
-
 #include <xbt/asserts.h>
 #include <xbt/dynar.h>
 
@@ -35,5 +34,4 @@ DynarRange<T> range(xbt_dynar_t dynar)
 
 }
 }
-
 #endif