From: Marcin Siodelski Date: Fri, 2 Oct 2020 17:02:51 +0000 (+0200) Subject: [#1428] Removed spurious blank lines X-Git-Tag: Kea-1.9.1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84d4baa22aebb071cb31d74a310e6ed189be316c;p=thirdparty%2Fkea.git [#1428] Removed spurious blank lines As a result of review. --- diff --git a/src/lib/dhcpsrv/cql_host_data_source.h b/src/lib/dhcpsrv/cql_host_data_source.h index 7d47eb3f2d..d07003e891 100644 --- a/src/lib/dhcpsrv/cql_host_data_source.h +++ b/src/lib/dhcpsrv/cql_host_data_source.h @@ -443,7 +443,6 @@ public: /// @brief Controls whether IP reservations are unique or non-unique. /// - /// In a typical case, the IP reservations are unique and backends verify /// prior to adding a host reservation to the database that the reservation /// for a given IP address does not exist. In some cases it may be required diff --git a/src/lib/dhcpsrv/testutils/memory_host_data_source.h b/src/lib/dhcpsrv/testutils/memory_host_data_source.h index a97fd4faac..cd39b70abc 100644 --- a/src/lib/dhcpsrv/testutils/memory_host_data_source.h +++ b/src/lib/dhcpsrv/testutils/memory_host_data_source.h @@ -291,7 +291,6 @@ public: /// @brief Controls whether IP reservations are unique or non-unique. /// - /// In a typical case, the IP reservations are unique and backends verify /// prior to adding a host reservation to the database that the reservation /// for a given IP address does not exist. In some cases it may be required