Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix on user link variable declaration
[simgrid.git] / include / xbt / synchro.h
index cb7abd0..e735325 100644 (file)
@@ -15,8 +15,8 @@
 #include "xbt/dynar.h"
 SG_BEGIN_DECL()
 
-XBT_PUBLIC(void) xbt_dynar_dopar(xbt_dynar_t datas, void_f_int_pvoid_t function);
+XBT_PUBLIC(void) xbt_dynar_dopar(xbt_dynar_t datas,
+                                 void_f_int_pvoid_t function);
 
 SG_END_DECL()
-
-#endif /* SYNCHRO_H_ */
+#endif                          /* SYNCHRO_H_ */