From: Otto Moerbeek Date: Thu, 28 Sep 2023 16:26:03 +0000 (+0200) Subject: whitespace error X-Git-Tag: rec-5.0.0-alpha2~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13303%2Fhead;p=thirdparty%2Fpdns.git whitespace error --- diff --git a/pdns/recursordist/rec-zonetocache.hh b/pdns/recursordist/rec-zonetocache.hh index 8d946cfd82..7243385cc1 100644 --- a/pdns/recursordist/rec-zonetocache.hh +++ b/pdns/recursordist/rec-zonetocache.hh @@ -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(24 *3600)}; // Time between refetch + time_t d_refreshPeriod{static_cast(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};