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: rec-4.3.0-rc1~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8a7e8f5290a50f4bbe6f41e8bd208814e8295c;p=thirdparty%2Fpdns.git Fix braces formatting in pdns/recursordist/test-syncres_cc.cc Co-Authored-By: Otto Moerbeek (cherry picked from commit 6850fa5d095bf2bb4251a6bbf9f763a2116f5c6a) --- 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); }