Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny cleanups, and add a FIXME
[simgrid.git] / src / surf / surf_private.h
index f8a7447..d911f0a 100644 (file)
@@ -132,8 +132,7 @@ typedef struct s_as {
   struct s_as *routing_father;
   xbt_dict_t routing_sons;
 
-  route_t(*get_route) (AS_t as,
-                                const char *src, const char *dst);
+  route_t(*get_route) (AS_t as, const char *src, const char *dst);
   double(*get_latency) (AS_t as,
                         const char *src, const char *dst,
                         route_t e_route);