Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
kanoi committed Jul 29, 2012
1 parent 68b041b commit 70cba2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api.c
Expand Up @@ -2155,9 +2155,8 @@ static void poolpriority(__maybe_unused SOCKETTYPE c, char *param, bool isjson,


bool pools_changed[total_pools]; bool pools_changed[total_pools];
int new_prio[total_pools]; int new_prio[total_pools];
for (i = 0; i < total_pools; ++i) { for (i = 0; i < total_pools; ++i)
pools_changed[i] = false; pools_changed[i] = false;
}


next = param; next = param;
while (next && *next) { while (next && *next) {
Expand Down

0 comments on commit 70cba2a

Please sign in to comment.