]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2815] Fix formatting
authorSlawek Figiel <slawek@isc.org>
Thu, 6 Apr 2023 16:50:27 +0000 (18:50 +0200)
committerSlawek Figiel <slawek@isc.org>
Thu, 25 May 2023 11:29:29 +0000 (13:29 +0200)
src/lib/dhcpsrv/host_mgr.cc

index 0b5dd5a42c44acd87a88c4528ecc4229074b7366..fbda8a8f8e5ad86d2dbee75ef4996e3339f7386c 100644 (file)
@@ -128,9 +128,8 @@ HostMgr::getAll(const Host::IdentifierType& identifier_type,
                 const HostMgrOperationTarget target) const {
     ConstHostCollection hosts;
     if (target & HostMgrOperationTarget::PRIMARY_SOURCE) {
-        hosts = getCfgHosts()->getAll(identifier_type,
-                                                        identifier_begin,
-                                                        identifier_len);
+        hosts = getCfgHosts()->getAll(identifier_type, identifier_begin,
+                                      identifier_len);
     }
     if (target & HostMgrOperationTarget::ALTERNATE_SOURCES) {
         for (auto source : alternate_sources_) {