mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-05 19:44:21 +00:00
Style
This commit is contained in:
parent
68b041be6e
commit
70cba2ae25
3
api.c
3
api.c
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user