From: Jan Hutter Date: Mon, 21 Nov 2005 10:59:13 +0000 (-0000) Subject: - coding rule fix :-) X-Git-Tag: 4.0.0~410 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=24c2d259cb817821050f6d4296532a18b33f3da4 - coding rule fix :-) --- 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);