2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 23:15:20 +00:00

[#3119] replace const auto with auto const

This commit is contained in:
Razvan Becheriu
2023-12-20 21:16:01 +02:00
parent 54dd674d0d
commit 72f330320b
93 changed files with 332 additions and 332 deletions

View File

@@ -4580,7 +4580,7 @@ MySqlLeaseMgr::upgradeExtendedInfo6(const LeasePageSize& page_size) {
++pages;
start_addr = leases.back()->addr_;
for (const auto& lease : leases) {
for (auto const& lease : leases) {
try {
bool modified = upgradeLease6ExtendedInfo(lease, check);
if (modified) {