Commit 8987bf23 authored by Damian Janowski & Michel Martens's avatar Damian Janowski & Michel Martens Committed by Michel Martens
Browse files

Adhere to conventions.

parent e3c51c4b
......@@ -795,8 +795,7 @@ int handleClientsWaitingListPush(redisClient *c, robj *key, robj *ele) {
addReplyMultiBulkLen(receiver,2);
addReplyBulk(receiver,key);
addReplyBulk(receiver,ele);
}
else {
} else {
/* BRPOPLPUSH */
robj *dobj = lookupKeyWrite(receiver->db,receiver->bpop.target);
if (dobj && checkType(receiver,dobj,REDIS_LIST)) return 0;
......
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