[PATCH] Fix formatting in pthreadpool_tevent
Jeremy Allison
jra at samba.org
Fri Aug 26 18:52:13 UTC 2016
On Fri, Aug 26, 2016 at 11:36:03AM +0200, Volker Lendecke wrote:
> Hi!
>
> Fresh enough code to deserve such a change I think.
>
> Review appreciated!
LGTM. Will push on next autobuild I do.
> From addd458d0f84e6f074fd05a635ec834b6c5bf101 Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Fri, 26 Aug 2016 11:34:02 +0200
> Subject: [PATCH] pthreadpool: Fix formatting
>
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
> source3/lib/pthreadpool/pthreadpool_tevent.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/source3/lib/pthreadpool/pthreadpool_tevent.c b/source3/lib/pthreadpool/pthreadpool_tevent.c
> index a66c36a..0b7a55a 100644
> --- a/source3/lib/pthreadpool/pthreadpool_tevent.c
> +++ b/source3/lib/pthreadpool/pthreadpool_tevent.c
> @@ -96,7 +96,8 @@ static void pthreadpool_tevent_job_done(struct tevent_context *ctx,
> struct tevent_immediate *im,
> void *private_data);
>
> -static int pthreadpool_tevent_job_state_destructor(struct pthreadpool_tevent_job_state *state)
> +static int pthreadpool_tevent_job_state_destructor(
> + struct pthreadpool_tevent_job_state *state)
> {
> if (state->pool == NULL) {
> return 0;
> --
> 1.9.1
>
More information about the samba-technical
mailing list