From 34eed7b84f246d2f213d60ceae0ed9bea487a895 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 15 Sep 2023 11:39:39 +0200 Subject: [PATCH] dnsdist: Uglify the code to make the formatter happy --- pdns/dnsdistdist/test-dnsdistasync.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}; -- 2.47.2