mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Fix trailing white space.
This commit is contained in:
parent
bbd0ca9522
commit
1139070a0f
@ -4867,7 +4867,7 @@ static int clusterManagerCommandRebalance(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
/* Calculate the slots balance for each node. It's the number of
|
/* Calculate the slots balance for each node. It's the number of
|
||||||
* slots the node should lose (if positive) or gain (if negative)
|
* slots the node should lose (if positive) or gain (if negative)
|
||||||
* in order to be balanced. */
|
* in order to be balanced. */
|
||||||
int threshold_reached = 0, total_balance = 0;
|
int threshold_reached = 0, total_balance = 0;
|
||||||
float threshold = config.cluster_manager_command.threshold;
|
float threshold = config.cluster_manager_command.threshold;
|
||||||
i = 0;
|
i = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user