]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Uglify the code to make the formatter happy 13261/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 15 Sep 2023 09:39:39 +0000 (11:39 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 15 Sep 2023 09:39:39 +0000 (11:39 +0200)
pdns/dnsdistdist/test-dnsdistasync.cc

index 82ed4b15e54ee05b83c09ba6e0d1e7cbc8a3d410..713c5ad71f248dc513a493c08d6132644074256c 100644 (file)
@@ -112,7 +112,8 @@ BOOST_AUTO_TEST_CASE(test_TimeoutFailClose)
   auto holder = std::make_unique<dnsdist::AsynchronousHolder>(false);
   uint16_t asyncID = 1;
   uint16_t queryID = 42;
-  struct timeval ttd{
+  struct timeval ttd
+  {
   };
 
   std::shared_ptr<DummyQuerySender> sender{nullptr};