From: Francis Dupont Date: Sun, 23 Aug 2009 11:44:44 +0000 (+0000) Subject: indent X-Git-Tag: v9.7.0a3~76 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=995f3bc4c4d181b9edd7552ca7a9168c90d09f5d;p=thirdparty%2Fbind9.git indent --- diff --git a/lib/bind9/check.c b/lib/bind9/check.c index b901e3423b4..a44831bc515 100644 --- a/lib/bind9/check.c +++ b/lib/bind9/check.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check.c,v 1.105 2009/07/14 23:47:54 tbox Exp $ */ +/* $Id: check.c,v 1.106 2009/08/23 11:44:44 fdupont Exp $ */ /*! \file */ @@ -709,7 +709,7 @@ check_options(const cfg_obj_t *options, isc_log_t *logctx, isc_mem_t *mctx) { result = ISC_R_FAILURE; } - if(!cfg_obj_isvoid(anchor)) { + if (!cfg_obj_isvoid(anchor)) { dlv = cfg_obj_asstring(anchor); isc_buffer_init(&b, dlv, strlen(dlv)); isc_buffer_add(&b, strlen(dlv));