From 5827c8e0a69304cd111c46cabe8ca8704f6274f7 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 16 Jul 2001 17:15:08 +0000 Subject: [PATCH] 80 columns --- lib/dns/masterdump.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index b8ef89b9d4..c805cd9488 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: masterdump.c,v 1.54 2001/07/16 17:14:38 gson Exp $ */ +/* $Id: masterdump.c,v 1.55 2001/07/16 17:15:08 gson Exp $ */ #include @@ -809,7 +809,8 @@ dump_rdatasets(isc_mem_t *mctx, dns_name_t *name, dns_rdatasetiter_t *rdsiter, dns_rdataset_t *rds = sorted[i]; if (ctx->style.flags & DNS_STYLEFLAG_TRUST) { unsigned int trust = rds->trust; - INSIST(trust < (sizeof(trustnames) / sizeof(trustnames[0]))); + INSIST(trust < (sizeof(trustnames) / + sizeof(trustnames[0]))); fprintf(f, "; %s\n", trustnames[trust]); } if (rds->type == 0 &&