]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1256] removed empty lines
authorRazvan Becheriu <razvan@isc.org>
Fri, 5 Jun 2020 16:45:25 +0000 (19:45 +0300)
committerFrancis Dupont <fdupont@isc.org>
Fri, 12 Jun 2020 14:57:32 +0000 (16:57 +0200)
src/lib/dhcpsrv/tests/shared_network_unittest.cc
src/lib/dhcpsrv/tests/subnet_unittest.cc

index 678703a7cbaf4b500e7b26461601df3006437170..4726c15cedbe757b9801efe1ad150d1d7898893b 100644 (file)
@@ -1099,7 +1099,6 @@ TEST(SharedNetwork6Test, getPreferredSubnet) {
     Subnet6Ptr subnet4(new Subnet6(IOAddress("3000:1::"), 64, 10, 20, 30,
                                    40, SubnetID(4)));
 
-
     // Associate first two subnets with classes.
     subnet1->allowClientClass("class1");
     subnet2->allowClientClass("class1");
@@ -1198,7 +1197,6 @@ TEST(SharedNetwork6Test, getPreferredSubnetMultiThreading) {
     Subnet6Ptr subnet4(new Subnet6(IOAddress("3000:1::"), 64, 10, 20, 30,
                                    40, SubnetID(4)));
 
-
     // Associate first two subnets with classes.
     subnet1->allowClientClass("class1");
     subnet2->allowClientClass("class1");
@@ -1508,5 +1506,4 @@ TEST(SharedNetworkFetcherTest, getSharedNetwork6ByName) {
     EXPECT_EQ("network2", network->getName());
 }
 
-
 } // end of anonymous namespace
index c36d987c4058d8f4213c98f7159a36ae5bd287ee..65bb4091d784a51fd9bffc3303eff8d29c36ece9 100644 (file)
@@ -1485,7 +1485,6 @@ TEST(Subnet6Test, getOptions) {
     }
 }
 
-
 TEST(Subnet6Test, addVendorOption) {
 
     // Create as subnet to add options to it.
@@ -1537,8 +1536,6 @@ TEST(Subnet6Test, addVendorOption) {
     EXPECT_TRUE(options->empty());
 }
 
-
-
 // This test verifies that inRange() and inPool() methods work properly.
 TEST(Subnet6Test, inRangeinPool) {
     Subnet6Ptr subnet(new Subnet6(IOAddress("2001:db8::"), 32, 1, 2, 3, 4));