]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: Fix indentation in bindbackend2.hh
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 4 Jun 2021 15:40:30 +0000 (17:40 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 18 Aug 2021 09:34:05 +0000 (11:34 +0200)
modules/bindbackend/bindbackend2.hh

index 89a656066a47559af5b33b57010b5cf3b0458d78..62cd063a896baa6c32ac6310989bb1c829885b20 100644 (file)
@@ -134,7 +134,7 @@ public:
 private:
   /* we can increase the number of references to that object,
      but never update the object itself */
- shared_ptr<const T> d_records;
 shared_ptr<const T> 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 */