// Retrieve leases from the database.
Lease4Collection temp_collection;
- getLeaseCollection(CqlLease4Exchange::GET_LEASE4_EXPIRE, data, temp_collection);
+ getLeaseCollection(CqlLease4Exchange::GET_LEASE4_EXPIRE, data,
+ temp_collection);
for (Lease4Ptr &lease : temp_collection) {
expired_leases.push_back(lease);
// Retrieve leases from the database.
Lease6Collection temp_collection;
- getLeaseCollection(CqlLease6Exchange::GET_LEASE6_EXPIRE, data, temp_collection);
+ getLeaseCollection(CqlLease6Exchange::GET_LEASE6_EXPIRE, data,
+ temp_collection);
for (Lease6Ptr &lease : temp_collection) {
expired_leases.push_back(lease);