Fix case and indent

This commit is contained in:
Pieter Noordhuis
2010-12-06 16:04:42 +01:00
parent 8a88c368ed
commit ecf9401415
2 changed files with 4 additions and 4 deletions

View File

@ -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++) {