]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Reformat test-iputils_hh.cc.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 30 Sep 2019 08:30:24 +0000 (10:30 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 11 Feb 2020 01:01:47 +0000 (02:01 +0100)
Remove a few empty lines.

pdns/test-iputils_hh.cc

index ac7288646a13bfccfd9f6b3c89eb6d50b8089e0f..be3040b45f99dc06f9f28a4c5f3ef8344ed72ab8 100644 (file)
@@ -162,7 +162,6 @@ BOOST_AUTO_TEST_CASE(test_ComboAddressTruncate) {
   }
 }
 
-
 BOOST_AUTO_TEST_CASE(test_Mapping)
 {
   ComboAddress lh("::1");
@@ -340,7 +339,6 @@ BOOST_AUTO_TEST_CASE(test_NetmaskGroup) {
   }
 }
 
-
 BOOST_AUTO_TEST_CASE(test_NetmaskTree) {
   NetmaskTree<int> nmt;
   nmt.insert(Netmask("130.161.252.0/24")).second=0;