]> 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:28:48 +0000 (10:28 +1000)
(cherry picked from commit 32ba5a0494e26d49969c56e24865a858d4c3e9ac)

lib/dns/client.c

index 1772ffc3bd3db590c3d02764852bef4b1b95f7ae..6cef2a5ae7cad90bffbfee90397f163386a7d111 100644 (file)
@@ -125,10 +125,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;
@@ -141,7 +141,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;
@@ -160,7 +160,7 @@ typedef struct resarg {
        isc_result_t            vresult;
        dns_namelist_t          *namelist;
        dns_clientrestrans_t    *trans;
-       bool            canceled;
+       bool                    canceled;
 } resarg_t;
 
 /*%
@@ -175,7 +175,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;
@@ -193,7 +193,7 @@ typedef struct reqarg {
        /* Locked */
        isc_result_t            result;
        dns_clientreqtrans_t    *trans;
-       bool            canceled;
+       bool                    canceled;
 } reqarg_t;
 
 /*%
@@ -208,7 +208,7 @@ typedef struct updatearg {
        /* Locked */
        isc_result_t            result;
        dns_clientupdatetrans_t *trans;
-       bool            canceled;
+       bool                    canceled;
 } updatearg_t;
 
 /*%
@@ -219,14 +219,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;