From fb2921fc1d113311b1569588d97519970c7aafcb Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 28 Sep 2023 18:26:03 +0200 Subject: [PATCH] whitespace error --- pdns/recursordist/rec-zonetocache.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.47.2