From fafd53abdab07e3d0db6fa6ab946eb85501dc498 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 1 Jun 2005 01:56:49 +0000 Subject: [PATCH] style --- bin/dig/dighost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 9631ddd976..93b3c20870 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.275 2005/04/27 04:55:44 sra Exp $ */ +/* $Id: dighost.c,v 1.276 2005/06/01 01:56:49 marka Exp $ */ /*! \file * \note @@ -2937,7 +2937,7 @@ recv_done(isc_task_t *task, isc_event_t *event) { printmessage(query, msg, ISC_TRUE); } #ifdef DIG_SIGCHASE - if ( do_sigchase) { + if (do_sigchase) { chase_msg = isc_mem_allocate(mctx, sizeof(dig_message_t)); if (chase_msg == NULL) {