From: Slawek Figiel Date: Thu, 6 Apr 2023 16:50:27 +0000 (+0200) Subject: [#2815] Fix formatting X-Git-Tag: Kea-2.3.8~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c427428ede58213b676e9565836a69b9eccb19;p=thirdparty%2Fkea.git [#2815] Fix formatting --- diff --git a/src/lib/dhcpsrv/host_mgr.cc b/src/lib/dhcpsrv/host_mgr.cc index 0b5dd5a42c..fbda8a8f8e 100644 --- a/src/lib/dhcpsrv/host_mgr.cc +++ b/src/lib/dhcpsrv/host_mgr.cc @@ -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_) {