remove unnecessary newline
Former-commit-id: 532af9cd0286ac6ece6f401c42aea18e36d16f7c
This commit is contained in:
parent
2441580de2
commit
ad392df933
@ -4975,7 +4975,6 @@ void flushReplBacklogToClients()
|
|||||||
/* Only if the there isn't already a pending write do we prepare the client to write */
|
/* Only if the there isn't already a pending write do we prepare the client to write */
|
||||||
serverAssert(replica->repl_curr_off != g_pserver->master_repl_offset);
|
serverAssert(replica->repl_curr_off != g_pserver->master_repl_offset);
|
||||||
prepareClientToWrite(replica);
|
prepareClientToWrite(replica);
|
||||||
|
|
||||||
}
|
}
|
||||||
if (fAsyncWrite)
|
if (fAsyncWrite)
|
||||||
ProcessPendingAsyncWrites();
|
ProcessPendingAsyncWrites();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user