From: Remi Gacogne Date: Fri, 4 Jun 2021 15:40:30 +0000 (+0200) Subject: auth: Fix indentation in bindbackend2.hh X-Git-Tag: dnsdist-1.7.0-alpha1~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c8efa2d995994f66e679eb852af3e75651f2944;p=thirdparty%2Fpdns.git auth: Fix indentation in bindbackend2.hh --- diff --git a/modules/bindbackend/bindbackend2.hh b/modules/bindbackend/bindbackend2.hh index 89a656066a..62cd063a89 100644 --- a/modules/bindbackend/bindbackend2.hh +++ b/modules/bindbackend/bindbackend2.hh @@ -134,7 +134,7 @@ public: private: /* we can increase the number of references to that object, but never update the object itself */ - shared_ptr d_records; + shared_ptr d_records; }; /** Class which describes all metadata of a domain for storage by the Bind2Backend, and also contains a pointer to a vector of Bind2DNSRecord's */