2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

Fix whitespace so that the names align

This commit is contained in:
Mark Andrews
2019-02-28 16:58:56 +11:00
parent 36f30f5731
commit cc5e16e4d3

View File

@@ -87,14 +87,14 @@ struct dns_master_style {
*/ */
typedef struct dns_totext_ctx { typedef struct dns_totext_ctx {
dns_master_style_t style; dns_master_style_t style;
bool class_printed; bool class_printed;
char * linebreak; char * linebreak;
char linebreak_buf[DNS_TOTEXT_LINEBREAK_MAXLEN]; char linebreak_buf[DNS_TOTEXT_LINEBREAK_MAXLEN];
dns_name_t * origin; dns_name_t * origin;
dns_name_t * neworigin; dns_name_t * neworigin;
dns_fixedname_t origin_fixname; dns_fixedname_t origin_fixname;
uint32_t current_ttl; uint32_t current_ttl;
bool current_ttl_valid; bool current_ttl_valid;
dns_ttl_t serve_stale_ttl; dns_ttl_t serve_stale_ttl;
} dns_totext_ctx_t; } dns_totext_ctx_t;