From 1139070a0ffd4fcf79a1420241746b9c626625ce Mon Sep 17 00:00:00 2001 From: "dejun.xdj" Date: Thu, 28 Jun 2018 18:47:28 +0800 Subject: [PATCH] Fix trailing white space. --- src/redis-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-cli.c b/src/redis-cli.c index 7926ab81..b6acfefc 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -4867,7 +4867,7 @@ static int clusterManagerCommandRebalance(int argc, char **argv) { } /* Calculate the slots balance for each node. It's the number of * 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; float threshold = config.cluster_manager_command.threshold; i = 0;