Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SURF: Unify the types of models in a uniq s_surf_model_t (using an union) +reindent...
[simgrid.git] / src / surf / network_private.h
index b22d08a..cccfd92 100644 (file)
@@ -13,8 +13,8 @@
 #include "xbt/dict.h"
 
 typedef struct network_link_CM02 {
-  surf_model_t model;  /* Any such object, added in a trace
-                                  should start by this field!!! */
+  surf_model_t model;           /* Any such object, added in a trace
+                                   should start by this field!!! */
   xbt_dict_t properties;
   /* Using this object with the public part of
      model does not make sense */
@@ -53,4 +53,4 @@ extern int *routing_table_size;
 #define ROUTE(i,j) routing_table[(i)+(j)*host_number]
 #define ROUTE_SIZE(i,j) routing_table_size[(i)+(j)*host_number]
 
-#endif                         /* _SURF_NETWORK_PRIVATE_H */
+#endif /* _SURF_NETWORK_PRIVATE_H */