From: Remi Gacogne Date: Wed, 12 Dec 2018 15:33:21 +0000 (+0100) Subject: auth: Add a whitespace before the last type and '}' X-Git-Tag: auth-4.1.6~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7279%2Fhead;p=thirdparty%2Fpdns.git auth: Add a whitespace before the last type and '}' (cherry picked from commit 5089d622acf70da9ca6f8877d400f05b40cc23c1) --- diff --git a/pdns/ws-auth.cc b/pdns/ws-auth.cc index 9accb183fb..644f62d89c 100644 --- a/pdns/ws-auth.cc +++ b/pdns/ws-auth.cc @@ -471,7 +471,7 @@ static void validateGatheredRRType(const DNSResourceRecord& rr) { } static void gatherRecords(const Json container, const DNSName& qname, const QType qtype, const int ttl, vector& new_records, vector& new_ptrs) { - static const std::set onlyOneEntryTypes = { QType::CNAME, QType::SOA}; + static const std::set onlyOneEntryTypes = { QType::CNAME, QType::SOA }; UeberBackend B; DNSResourceRecord rr; rr.qname = qname;