From 5668c8e9331c925d99554cef3691a638064459c0 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Fri, 2 Mar 2012 16:21:22 +0100 Subject: [PATCH] cosmetics --- src/surf/network.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.20.1