From 795940cb6c34cb28421869a869abd55cb2e739ca Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 30 Nov 2010 17:46:30 +0000 Subject: [PATCH] Cosmetics. Move code to where it belongs. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8774 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surf_routing.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index e44b1829e5..bee22d73f2 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -3211,6 +3211,9 @@ static void routing_parse_Scluster(void) SURFXML_START_TAG(link); SURFXML_END_TAG(link); + DEBUG0(" "); + +#ifdef HAVE_PCRE_LIB char *new_suffix = bprintf("%s", ""); radical_elements = xbt_str_split(cluster_suffix, "."); @@ -3221,10 +3224,6 @@ static void routing_parse_Scluster(void) } route_src_dst = bprintf("%s(.*)%s", cluster_prefix, new_suffix); - DEBUG0(" "); - -#ifdef HAVE_PCRE_LIB - DEBUG2(""); SURFXML_BUFFER_SET(route_src, route_src_dst); -- 2.20.1