1
0
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:
Volker Lendecke 2014-05-14 09:31:20 +02:00 committed by Martin Schwenke
parent d108dad61e
commit 7c43a4163a

View File

@ -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 *) *