]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix whitespace
authorMark Andrews <marka@isc.org>
Wed, 17 Apr 2019 02:48:21 +0000 (12:48 +1000)
committerMark Andrews <marka@isc.org>
Tue, 7 May 2019 00:05:25 +0000 (10:05 +1000)
lib/dns/client.c

index 700b1c4a90a0aec09b846a3ed673d8b391560dcc..de70ff15bad5fdef1d81a65b5f09ee213722ce90 100644 (file)
@@ -121,10 +121,10 @@ typedef struct resctx {
        unsigned int            magic;
        isc_mutex_t             lock;
        dns_client_t            *client;
-       bool            want_dnssec;
-       bool            want_validation;
-       bool            want_cdflag;
-       bool            want_tcp;
+       bool                    want_dnssec;
+       bool                    want_validation;
+       bool                    want_cdflag;
+       bool                    want_tcp;
 
        /* Locked */
        ISC_LINK(struct resctx) link;
@@ -137,7 +137,7 @@ typedef struct resctx {
        dns_namelist_t          namelist;
        isc_result_t            result;
        dns_clientresevent_t    *event;
-       bool            canceled;
+       bool                    canceled;
        dns_rdataset_t          *rdataset;
        dns_rdataset_t          *sigrdataset;
 } resctx_t;
@@ -156,7 +156,7 @@ typedef struct resarg {
        isc_result_t            vresult;
        dns_namelist_t          *namelist;
        dns_clientrestrans_t    *trans;
-       bool            canceled;
+       bool                    canceled;
 } resarg_t;
 
 /*%
@@ -171,7 +171,7 @@ typedef struct reqctx {
 
        /* Locked */
        ISC_LINK(struct reqctx) link;
-       bool            canceled;
+       bool                    canceled;
        dns_tsigkey_t           *tsigkey;
        dns_request_t           *request;
        dns_clientreqevent_t    *event;
@@ -189,7 +189,7 @@ typedef struct reqarg {
        /* Locked */
        isc_result_t            result;
        dns_clientreqtrans_t    *trans;
-       bool            canceled;
+       bool                    canceled;
 } reqarg_t;
 
 /*%
@@ -204,7 +204,7 @@ typedef struct updatearg {
        /* Locked */
        isc_result_t            result;
        dns_clientupdatetrans_t *trans;
-       bool            canceled;
+       bool                    canceled;
 } updatearg_t;
 
 /*%
@@ -215,14 +215,14 @@ typedef struct updatectx {
        unsigned int                    magic;
        isc_mutex_t                     lock;
        dns_client_t                    *client;
-       bool                    want_tcp;
+       bool                            want_tcp;
 
        /* Locked */
        dns_request_t                   *updatereq;
        dns_request_t                   *soareq;
        dns_clientrestrans_t            *restrans;
        dns_clientrestrans_t            *restrans2;
-       bool                    canceled;
+       bool                            canceled;
 
        /* Task Locked */
        ISC_LINK(struct updatectx)      link;