8000 Formatting · jrtkcoder/phpredis@4468c75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4468c75

Browse files
Formatting
1 parent 567dc2f commit 4468c75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,8 +2316,7 @@ redis_read_variant_reply(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
23162316
// If we've got more than zero elements, parse our multi bulk
23172317
// response recursively
23182318
if(reply_info > -1) {
2319-
redis_read_multibulk_recursive(redis_sock, reply_info, &z_ret_p
2320-
TSRMLS_CC);
2319+
redis_read_multibulk_recursive(redis_sock, reply_info, &z_ret_p TSRMLS_CC);
23212320
}
23222321
break;
23232322
default:

0 commit comments

Comments
 (0)
0