提交 ecf94014 编写于 作者: P Pieter Noordhuis

Fix case and indent

上级 8a88c368
......@@ -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++) {
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册