mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 00:50:50 +00:00
C style
This commit is contained in:
parent
b23c8babed
commit
482d678e95
@ -610,11 +610,9 @@ void addReplyHelp(client *c, const char **help) {
|
||||
"%s <subcommand> arg arg ... arg. Subcommands are:",cmd);
|
||||
sdsfree(cmd);
|
||||
|
||||
while (help[blen]) {
|
||||
addReplyStatus(c,help[blen++]);
|
||||
}
|
||||
while (help[blen]) addReplyStatus(c,help[blen++]);
|
||||
|
||||
blen += 1; /* Account for the header line(s). */
|
||||
blen++; /* Account for the header line(s). */
|
||||
setDeferredMultiBulkLength(c,blenp,blen);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user