summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-08-26 11:34:02 +0200
committerJeremy Allison <jra@samba.org>2016-08-30 00:13:10 +0200
commit0ea6cebd6132b762574c3a901dc3c61e3af13b73 (patch)
tree283d890a2aeff9c9b17f0c4d13722efed4f373b7 /source3/lib
parentf4e25ec9635d7ea61db011e7ad685b1e0ae61db9 (diff)
downloadsamba-0ea6cebd6132b762574c3a901dc3c61e3af13b73.tar.gz
pthreadpool: Fix formatting
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/pthreadpool/pthreadpool_tevent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/pthreadpool/pthreadpool_tevent.c b/source3/lib/pthreadpool/pthreadpool_tevent.c
index a66c36a3556..0b7a55a620d 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;