Commit 70cba2ae255beffb44ed40cd5668ad91bfb01772

Kano 2012-07-30T07:34:06

Style

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/api.c b/api.c
index 7c856a7..8e66e81 100644
--- a/api.c
+++ b/api.c
@@ -2155,9 +2155,8 @@ static void poolpriority(__maybe_unused SOCKETTYPE c, char *param, bool isjson, 
 
 	bool pools_changed[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;
-	}
 
 	next = param;
 	while (next && *next) {