From: Mark Andrews Date: Thu, 28 Feb 2019 05:58:56 +0000 (+1100) Subject: Fix whitespace so that the names align X-Git-Tag: v9.15.0~49^2~6 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cc5e16e4d3fcbde42d35ed6d6eec8dcab1482d71;p=thirdparty%2Fbind9.git Fix whitespace so that the names align --- diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index 07eac661c38..64e7ee494fb 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -87,14 +87,14 @@ struct dns_master_style { */ typedef struct dns_totext_ctx { dns_master_style_t style; - bool class_printed; + bool class_printed; char * linebreak; char linebreak_buf[DNS_TOTEXT_LINEBREAK_MAXLEN]; dns_name_t * origin; dns_name_t * neworigin; dns_fixedname_t origin_fixname; uint32_t current_ttl; - bool current_ttl_valid; + bool current_ttl_valid; dns_ttl_t serve_stale_ttl; } dns_totext_ctx_t;