]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Happy source code formatting verification tool 15477/head
authorOliver Chen <oliver.chen@nokia-sbell.com>
Wed, 30 Apr 2025 14:00:14 +0000 (14:00 +0000)
committerOliver Chen <oliver.chen@nokia-sbell.com>
Wed, 30 Apr 2025 14:02:37 +0000 (14:02 +0000)
pdns/dnsdistdist/dnsdist.hh

index 0ae1fbdc878052287d7a0503bfc6096b6b7dad5a..90654bc0b5ecd6a26f43a500edce82ae4531c83a 100644 (file)
@@ -610,15 +610,18 @@ struct DownstreamState : public std::enable_shared_from_this<DownstreamState>
     bool d_upgradeToLazyHealthChecks{false};
   };
 
-  struct Config : public BaseConfig {
-    Config(): BaseConfig()
+  struct Config : public BaseConfig
+  {
+    Config() :
+      BaseConfig()
     {
     }
     Config(const ComboAddress& remote_) :
       BaseConfig(remote_)
     {
     }
-    Config(const Config& c) : BaseConfig(c)
+    Config(const Config& c) :
+      BaseConfig(c)
     {
       checkInterval.store(c.checkInterval.load());
       checkTimeout.store(c.checkTimeout.load());