pthreadpool: Fix formatting
authorVolker Lendecke <vl@samba.org>
Fri, 26 Aug 2016 09:34:02 +0000 (11:34 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 29 Aug 2016 22:13:10 +0000 (00:13 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/pthreadpool/pthreadpool_tevent.c

index a66c36a35568c1409b89d039246f457e313cd3fd..0b7a55a620dac93ba6cdffaccb8f7bfb17272cae 100644 (file)
@@ -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;