From: Arnaud Legrand Date: Fri, 2 Mar 2012 15:21:22 +0000 (+0100) Subject: cosmetics X-Git-Tag: v3_7~315^2~27^2~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5668c8e9331c925d99554cef3691a638064459c0 cosmetics --- diff --git a/src/surf/network.c b/src/surf/network.c index 5df9715530..ef75a3a8ee 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -481,9 +481,8 @@ static double net_share_resources_lazy(double now) continue; /* bogus priority, skip it */ - if (GENERIC_ACTION(action).priority <= 0) { + if (GENERIC_ACTION(action).priority <= 0) continue; - } min = -1; value = lmm_variable_getvalue(GENERIC_LMM_ACTION(action).variable);