Skip to content

Commit 9e67691

Browse files
committed
Aesthetic change to redis#5962 to conform to Redis style.
1 parent 6de5d25 commit 9e67691

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/module.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3746,9 +3746,7 @@ void moduleHandleBlockedClients(void) {
37463746
* replies to send to the client in a thread safe context.
37473747
* We need to glue such replies to the client output buffer and
37483748
* free the temporary client we just used for the replies. */
3749-
if (c) {
3750-
AddReplyFromClient(c, bc->reply_client);
3751-
}
3749+
if (c) AddReplyFromClient(c, bc->reply_client);
37523750
freeClient(bc->reply_client);
37533751

37543752
if (c != NULL) {

0 commit comments

Comments
 (0)