From: Remi Gacogne Date: Fri, 15 Sep 2023 09:39:39 +0000 (+0200) Subject: dnsdist: Uglify the code to make the formatter happy X-Git-Tag: dnsdist-1.9.0-alpha1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13261%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Uglify the code to make the formatter happy --- diff --git a/pdns/dnsdistdist/test-dnsdistasync.cc b/pdns/dnsdistdist/test-dnsdistasync.cc index 82ed4b15e5..713c5ad71f 100644 --- a/pdns/dnsdistdist/test-dnsdistasync.cc +++ b/pdns/dnsdistdist/test-dnsdistasync.cc @@ -112,7 +112,8 @@ BOOST_AUTO_TEST_CASE(test_TimeoutFailClose) auto holder = std::make_unique(false); uint16_t asyncID = 1; uint16_t queryID = 42; - struct timeval ttd{ + struct timeval ttd + { }; std::shared_ptr sender{nullptr};