From: Peter van Dijk Date: Thu, 1 Apr 2021 12:34:36 +0000 (+0200) Subject: fix formatting X-Git-Tag: dnsdist-1.6.0-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f57dec4a7f1b94c6da4c0d3fdfecf73781bbcb2;p=thirdparty%2Fpdns.git fix formatting --- diff --git a/builder b/builder index 5a2b95886f..6176c5f683 160000 --- a/builder +++ b/builder @@ -1 +1 @@ -Subproject commit 5a2b95886f5458df3dbc2f125b9a6a4946750885 +Subproject commit 6176c5f68354ca82814ef20a4c87327785157ff3 diff --git a/pdns/fuzz_dnslabeltext_parseRFC1035CharString.cc b/pdns/fuzz_dnslabeltext_parseRFC1035CharString.cc index 4f13a0b405..79fe01dfff 100644 --- a/pdns/fuzz_dnslabeltext_parseRFC1035CharString.cc +++ b/pdns/fuzz_dnslabeltext_parseRFC1035CharString.cc @@ -24,7 +24,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size); -extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { +extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) +{ std::string val;