]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
whitespace error 13303/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 28 Sep 2023 16:26:03 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 16:26:03 +0000 (18:26 +0200)
pdns/recursordist/rec-zonetocache.hh

index 8d946cfd82d3257c14105b2710728cb74a89aba4..7243385cc1142cacb312bb1d48009b5f2c8295d5 100644 (file)
@@ -39,7 +39,7 @@ public:
     TSIGTriplet d_tt; // Authentication data
     size_t d_maxReceivedBytes{0}; // Maximum size
     time_t d_retryOnError{60}; // Retry on error
-    time_t d_refreshPeriod{static_cast<time_t>(24 *3600)}; // Time between refetch
+    time_t d_refreshPeriod{static_cast<time_t>(24 * 3600)}; // Time between refetch
     uint32_t d_timeout{20}; // timeout in seconds
     pdns::ZoneMD::Config d_zonemd{pdns::ZoneMD::Config::Validate};
     pdns::ZoneMD::Config d_dnssec{pdns::ZoneMD::Config::Validate};