mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
messaging3: Fix whitespace
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
d108dad61e
commit
7c43a4163a
@ -785,7 +785,7 @@ void messaging_dispatch_rec(struct messaging_context *msg_ctx,
|
||||
* to keep the order of waiters, as
|
||||
* other code may depend on this.
|
||||
*/
|
||||
if (i < msg_ctx->num_waiters - 1) {
|
||||
if (i < msg_ctx->num_waiters - 1) {
|
||||
memmove(&msg_ctx->waiters[i],
|
||||
&msg_ctx->waiters[i+1],
|
||||
sizeof(struct tevent_req *) *
|
||||
|
Loading…
Reference in New Issue
Block a user