From: Fred Morcos Date: Mon, 11 Apr 2022 13:24:33 +0000 (+0200) Subject: Formatting X-Git-Tag: auth-4.8.0-alpha0~124^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb8aa96d50176221b9a4ea3bf411461d4459944;p=thirdparty%2Fpdns.git Formatting --- diff --git a/pdns/dnssecinfra.cc b/pdns/dnssecinfra.cc index be1b908bca..e49176d87f 100644 --- a/pdns/dnssecinfra.cc +++ b/pdns/dnssecinfra.cc @@ -179,14 +179,18 @@ std::string DNSCryptoKeyEngine::convertToISC() const { storvector_t storvector = this->convertToISCVector(); ostringstream ret; - ret<<"Private-key-format: v1.2\n"; - for(const storvector_t::value_type& value : storvector) { + ret << "Private-key-format: v1.2\n"; + for (const storvector_t::value_type& value : storvector) { + // clang-format off if(value.first != "Algorithm" && value.first != "PIN" && value.first != "Slot" && value.first != "Engine" && - value.first != "Label" && value.first != "PubLabel") - ret<(smlen);