From 7cf185943b17966f7202dad775ceda4ff6fee38b Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 17 Jul 2011 13:31:02 +0000 Subject: [PATCH] Minor style fix for listen_loop(). --- jcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jcc.c b/jcc.c index bd20098e..91b2397b 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.355 2011/07/08 13:27:31 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.356 2011/07/17 13:30:24 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -3490,7 +3490,7 @@ static void listen_loop(void) csp->config = config = load_config(); - if ( config->need_bind ) + if (config->need_bind) { /* * Since we were listening to the "old port", we will not see -- 2.39.2