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

View File

@ -205,7 +205,7 @@ start_server {
assert_equal {foo} [r lrange target2 0 -1]
}
test "linked BRPOPLPUSH" {
test "Linked BRPOPLPUSH" {
set rd1 [redis_deferring_client]
set rd2 [redis_deferring_client]
@ -221,7 +221,7 @@ start_server {
assert_equal {foo} [r lrange list3 0 -1]
}
test "circular BRPOPLPUSH" {
test "Circular BRPOPLPUSH" {
set rd1 [redis_deferring_client]
set rd2 [redis_deferring_client]
@ -236,7 +236,7 @@ start_server {
assert_equal {} [r lrange list2 0 -1]
}
test "self-referential BRPOPLPUSH" {
test "Self-referential BRPOPLPUSH" {
set rd [redis_deferring_client]
r del blist