From fdb8aa96d50176221b9a4ea3bf411461d4459944 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Mon, 11 Apr 2022 15:24:33 +0200 Subject: [PATCH] Formatting --- pdns/dnssecinfra.cc | 16 ++++++++++------ pdns/sodiumsigners.cc | 3 ++- 2 files changed, 12 insertions(+), 7 deletions(-) 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); -- 2.47.2