mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
No more trailing spaces in Redis source code.
This commit is contained in:
@ -3598,7 +3598,7 @@ void clusterCommand(redisClient *c) {
|
||||
if (slots[j]) {
|
||||
int retval;
|
||||
|
||||
/* If this slot was set as importing we can clear this
|
||||
/* If this slot was set as importing we can clear this
|
||||
* state as now we are the real owner of the slot. */
|
||||
if (server.cluster->importing_slots_from[j])
|
||||
server.cluster->importing_slots_from[j] = NULL;
|
||||
|
Reference in New Issue
Block a user