]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#805,!6-p] Fixed copyright dates and whitespacing
authorThomas Markwalder <tmark@isc.org>
Thu, 15 Aug 2019 14:39:12 +0000 (10:39 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 16 Aug 2019 22:35:39 +0000 (18:35 -0400)
src/bin/lfc/tests/lfc_controller_unittests.cc
src/lib/dhcpsrv/csv_lease_file4.h
src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc
src/lib/dhcpsrv/tests/csv_lease_file6_unittest.cc

index ccd6fc77da8ad5193d719629acb4fbd9a4392d9b..69b596fee2c60b1e243217fbc9f5ab0fa887615c 100644 (file)
@@ -411,7 +411,7 @@ TEST_F(LFCControllerTest, launch4) {
     string b_3 = "192.0.3.15,dd:de:ba:0d:1b:2e:3e:4f,0a:00:01:04,"
                  "100,150,7,0,0,,1,\n";
 
-    // This one should be invalid, no hardware address or client id 
+    // This one should be invalid, no hardware address or client id
     // and state is not declined
     string c_1 = "192.0.2.3,,,"
                  "200,200,8,1,1,host.example.com,0,\n";
index 7f6b17f88f298f6b2b3ae8e77836618bfea9919c..67df8465363e70bf2c1d2930a661e2e4f21724d6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index fe5b668a1b78b4392e946b69dbf95365a1b2a16b..9346a0b775b78004e1e81546bf97e6975222ae05 100644 (file)
@@ -150,7 +150,7 @@ TEST_F(CSVLeaseFile4Test, parse) {
     EXPECT_FALSE(lease->getContext());
     }
 
-    // Second lease is malformed - has no HW address or client id and state 
+    // Second lease is malformed - has no HW address or client id and state
     // is not declined.
     {
     SCOPED_TRACE("Second lease malformed");
@@ -209,7 +209,7 @@ TEST_F(CSVLeaseFile4Test, parse) {
     ASSERT_TRUE(lease->hwaddr_);
     EXPECT_TRUE(lease->hwaddr_->hwaddr_.empty());
     ASSERT_FALSE(lease->client_id_);
-    EXPECT_EQ(lease->state_, Lease::STATE_DECLINED); 
+    EXPECT_EQ(lease->state_, Lease::STATE_DECLINED);
     }
 
     // There are no more leases. Reading should cause no error, but the returned
index bfc79791c0a7dfac1eac704639b07e09dd35172d..ffe7b7967524df391542f3881dbdae857714bfe0 100644 (file)
@@ -542,7 +542,7 @@ TEST_F(CSVLeaseFile6Test, downGrade) {
 }
 
 // Verifies that leases with no DUID are invalid, and that leases
-// with the "Empty" DUID (1 byte duid = 0x0) are valid only when 
+// with the "Empty" DUID (1 byte duid = 0x0) are valid only when
 // in the declined state.
 TEST_F(CSVLeaseFile6Test, declinedLeaseTest) {
     io_.writeFile("address,duid,valid_lifetime,expire,subnet_id,"