提交 1b7407fa 编写于 作者: A antirez

Aesthetic change to #5962 to conform to Redis style.

上级 3bbf9747
......@@ -3705,9 +3705,7 @@ void moduleHandleBlockedClients(void) {
* replies to send to the client in a thread safe context.
* We need to glue such replies to the client output buffer and
* free the temporary client we just used for the replies. */
if (c) {
AddReplyFromClient(c, bc->reply_client);
}
if (c) AddReplyFromClient(c, bc->reply_client);
freeClient(bc->reply_client);
if (c != NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册