From 0c8efa2d995994f66e679eb852af3e75651f2944 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 4 Jun 2021 17:40:30 +0200 Subject: [PATCH] auth: Fix indentation in bindbackend2.hh --- modules/bindbackend/bindbackend2.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2