From: Remi Gacogne Date: Tue, 21 Jan 2020 09:25:40 +0000 (+0100) Subject: Fix braces formatting in pdns/recursordist/test-syncres_cc.cc X-Git-Tag: auth-4.3.0-beta1~23^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6850fa5d095bf2bb4251a6bbf9f763a2116f5c6a;p=thirdparty%2Fpdns.git Fix braces formatting in pdns/recursordist/test-syncres_cc.cc Co-Authored-By: Otto Moerbeek --- diff --git a/pdns/recursordist/test-syncres_cc.cc b/pdns/recursordist/test-syncres_cc.cc index f4b9796b01..b354a943f1 100644 --- a/pdns/recursordist/test-syncres_cc.cc +++ b/pdns/recursordist/test-syncres_cc.cc @@ -438,7 +438,7 @@ int genericDSAndDNSKEYHandler(LWResult* res, const DNSName& domain, DNSName auth /* sign the SOA */ addRRSIG(keys, res->d_records, auth, 300, false, boost::none, boost::none, now); /* add a NSEC denying the DS */ - std::set types = { nsec3 ? QType::NSEC : QType::NSEC3 }; + std::set types = {nsec3 ? QType::NSEC : QType::NSEC3}; if (proveCut) { types.insert(QType::NS); }