From: Brian Wellington Date: Tue, 5 Feb 2002 19:44:55 +0000 (+0000) Subject: spacing X-Git-Tag: v9.0.1^2~8561 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db462c020ec3f078fdafe76710d778a5a01eba3d;p=thirdparty%2Fbind9.git spacing --- diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 8132ed73df2..59ab1bee911 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.236 2002/02/05 01:15:21 bwelling Exp $ */ +/* $Id: resolver.c,v 1.237 2002/02/05 19:44:55 bwelling Exp $ */ #include @@ -2530,7 +2530,7 @@ validated(isc_task_t *task, isc_event_t *event) { * done waiting for validator completions and ADB pending events; if * so, destroy the fctx. */ - if (SHUTTINGDOWN(fctx) && !sentresponse ) { + if (SHUTTINGDOWN(fctx) && !sentresponse) { maybe_destroy(fctx); goto cleanup_event; }