]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix whitespace so that the names align
authorMark Andrews <marka@isc.org>
Thu, 28 Feb 2019 05:58:56 +0000 (16:58 +1100)
committerMark Andrews <marka@isc.org>
Thu, 11 Apr 2019 09:50:41 +0000 (19:50 +1000)
(cherry picked from commit cc5e16e4d3fcbde42d35ed6d6eec8dcab1482d71)

lib/dns/masterdump.c

index e9fa15d39abc72a30aa1b7b7b8eb1155e05db293..7edef6ad9b645f231c691644fad140a08dab5675 100644 (file)
@@ -86,14 +86,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_totext_ctx_t;
 
 LIBDNS_EXTERNAL_DATA const dns_master_style_t