From 5089d622acf70da9ca6f8877d400f05b40cc23c1 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 '}' --- 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 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; -- 2.47.2