Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change again the calling convention of routing_get_route_and_latency
[simgrid.git] / src / surf / surf_routing_generic.c
index c42babf..459d4ad 100644 (file)
@@ -117,8 +117,7 @@ xbt_dynar_t generic_get_onelink_routes(AS_t rc)
   xbt_die("\"generic_get_onelink_routes\" not implemented yet");
 }
 
-route_t generic_get_bypassroute(AS_t rc,
-                                         const char *src, const char *dst)
+route_t generic_get_bypassroute(AS_t rc, const char *src, const char *dst)
 {
   xbt_dict_t dict_bypassRoutes = rc->bypassRoutes;
   AS_t src_as, dst_as;