[PATCH] Fix formatting in pthreadpool_tevent
Volker Lendecke
vl at samba.org
Fri Aug 26 09:36:03 UTC 2016
Hi!
Fresh enough code to deserve such a change I think.
Review appreciated!
Thanks, Volker
-------------- next part --------------
>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