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: rec-4.2.0-alpha1~88^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7278%2Fhead;p=thirdparty%2Fpdns.git auth: Add a whitespace before the last type and '}' --- diff --git a/pdns/ws-auth.cc b/pdns/ws-auth.cc index 19e040c992..f822bdf27b 100644 --- a/pdns/ws-auth.cc +++ b/pdns/ws-auth.cc @@ -504,7 +504,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;