mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 04:51:32 +00:00
Fix case and indent
This commit is contained in:
@ -705,7 +705,7 @@ void blockForKeys(redisClient *c, robj **keys, int numkeys, time_t timeout, robj
|
||||
c->bpop.target = target;
|
||||
|
||||
if (target != NULL) {
|
||||
incrRefCount(target);
|
||||
incrRefCount(target);
|
||||
}
|
||||
|
||||
for (j = 0; j < numkeys; j++) {
|
||||
|
Reference in New Issue
Block a user