From ef2df33258fab4550465f0931a67ec83773b8e41 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 12 Dec 2018 16:33:21 +0100 Subject: [PATCH] auth: Add a whitespace before the last type and '}' (cherry picked from commit 5089d622acf70da9ca6f8877d400f05b40cc23c1) --- pdns/ws-auth.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2