]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1540] Removed extra blank line
authorFrancis Dupont <fdupont@isc.org>
Mon, 4 Jan 2021 15:28:58 +0000 (16:28 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 4 Jan 2021 15:53:34 +0000 (16:53 +0100)
src/lib/dhcpsrv/memfile_lease_storage.h

index 6cf637ace0bf447f7925bd800f58ee27a0ddb7bf..7ced85026b6ac683b757e951ee296856d263c48e 100644 (file)
@@ -23,7 +23,6 @@
 namespace isc {
 namespace dhcp {
 
-
 /// @brief Tag for indexes by address.
 struct AddressIndexTag { };
 
@@ -226,7 +225,6 @@ typedef boost::multi_index_container<
             boost::multi_index::member<Lease, isc::dhcp::SubnetID, &Lease::subnet_id_>
         >,
 
-
         // Specification of the seventh index starts here
         // This index is used to retrieve leases for matching hostname.
         boost::multi_index::ordered_non_unique<