From 24c2d259cb817821050f6d4296532a18b33f3da4 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Mon, 21 Nov 2005 10:59:13 +0000 Subject: [PATCH] - coding rule fix :-) --- Source/charon/thread_pool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/charon/thread_pool.c b/Source/charon/thread_pool.c index 7054ae8..7439aed 100644 --- a/Source/charon/thread_pool.c +++ b/Source/charon/thread_pool.c @@ -157,7 +157,8 @@ static void job_processing(private_thread_pool_t *this) } status = global_ike_sa_manager->checkin(global_ike_sa_manager,ike_sa); - if (status != SUCCESS){ + if (status != SUCCESS) + { this->logger->log(this->logger, CONTROL|MORE, "thread %u: Checkin of IKE SA return errors", pthread_self()); } message->destroy(message); -- 2.7.4