From 7bf91d95eb5a49117d5080bbd03839b9de5c8423 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 7 Aug 2000 19:54:50 +0000 Subject: [PATCH] tab sets for default and explicitttl styles were swapped (?) --- lib/dns/masterdump.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index 378ad8bbd4..7b511dbdd7 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.30 2000/08/03 19:50:12 bwelling Exp $ */ +/* $Id: masterdump.c,v 1.31 2000/08/07 19:54:50 gson Exp $ */ #include @@ -136,12 +136,13 @@ dns_master_style_default = { DNS_STYLEFLAG_TTL | DNS_STYLEFLAG_COMMENT | DNS_STYLEFLAG_MULTILINE, - 24, 32, 32, 40, 80, 8 + 24, 24, 24, 32, 80, 8 }; /* * A master file style that prints TTL values on each record line, - * never using $TTL statements. + * never using $TTL statements. The TTL has a tab stop of its + * own, but the class and type share one. */ const dns_master_style_t dns_master_style_explicitttl = { @@ -151,7 +152,7 @@ dns_master_style_explicitttl = { DNS_STYLEFLAG_REL_DATA | DNS_STYLEFLAG_COMMENT | DNS_STYLEFLAG_MULTILINE, - 24, 24, 24, 32, 80, 8 + 24, 32, 32, 40, 80, 8 }; /*