]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#969] Remove whitespaces
authorMarcin Siodelski <marcin@isc.org>
Wed, 4 Jan 2023 14:39:58 +0000 (15:39 +0100)
committerMarcin Siodelski <marcin@isc.org>
Sat, 7 Jan 2023 10:46:35 +0000 (11:46 +0100)
src/lib/dhcpsrv/tests/random_allocation_state_unittest.cc
src/lib/dhcpsrv/tests/random_allocator_unittest.cc

index 17f4ad96d8fbf526557c646fa470b4d727509a26..4dbadf5ec60305870c3ececfe7afa53517cecee9 100644 (file)
@@ -79,7 +79,7 @@ TEST(PoolRandomAllocationStateTest, ipv6AddressPool) {
 
 // Test creating the random allocation state for an IPv6 prefix pool.
 TEST(PoolRandomAllocationStateTest, ipv6PrefixPool) {
-    // Create the pool and state.  
+    // Create the pool and state.
     auto pool = boost::make_shared<Pool6>(Lease::TYPE_PD, IOAddress("2001:db8::"), 64, 96);
     auto state = PoolRandomAllocationState::create(pool);
     ASSERT_TRUE(state);
index 0a71feba84e04afe50254f36284f2e3622778f1c..bd3811569be662fcc59e6a9781274daaf28e175d 100644 (file)
@@ -236,7 +236,6 @@ TEST_F(RandomAllocatorTest6, manyPools) {
         // be 0 or close to 0.
         int consecutives = 0;
         for (auto k = 0; k < addresses_vector.size()-1; ++k) {
-            
             if (IOAddress::increase(addresses_vector[k]) == addresses_vector[k+1]) {
                 ++consecutives;
             }