From 1404bb1d3bf9cc3b74e218c5ba90fe41a103131e Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 14 Feb 2013 16:07:26 +0100 Subject: [PATCH] Csmetics: algin braces. --- src/surf/surf_routing_cluster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/surf/surf_routing_cluster.c b/src/surf/surf_routing_cluster.c index 99bb075f55..f19670f390 100644 --- a/src/surf/surf_routing_cluster.c +++ b/src/surf/surf_routing_cluster.c @@ -119,10 +119,10 @@ static void cluster_get_graph(xbt_graph_t graph, xbt_dict_t nodes, } else { new_xbt_graph_edge(graph, current, routerNode, edges); } + } } - } - } + } } static void model_cluster_finalize(AS_t as) -- 2.20.1