Commit 3a99d122 authored by antirez's avatar antirez
Browse files

Aesthetic change to make a line more 80-cols friendly.

parent 5fd9f701
......@@ -1431,9 +1431,9 @@ void clusterCommand(redisClient *c) {
/* If this node was importing this slot, assigning the slot to
* itself also clears the importing status. */
if (n == server.cluster->myself && server.cluster->importing_slots_from[slot])
if (n == server.cluster->myself &&
server.cluster->importing_slots_from[slot])
server.cluster->importing_slots_from[slot] = NULL;
clusterDelSlot(slot);
clusterAddSlot(n,slot);
} else {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment