From: Mark Andrews Date: Wed, 1 Jun 2005 01:56:49 +0000 (+0000) Subject: style X-Git-Tag: v9.2.6b1~78^2~72 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fafd53abdab07e3d0db6fa6ab946eb85501dc498;p=thirdparty%2Fbind9.git style --- diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 9631ddd9767..93b3c208703 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) {