summaryrefslogtreecommitdiff
path: root/redfish-core/lib/hypervisor_system.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/hypervisor_system.hpp')
-rw-r--r--redfish-core/lib/hypervisor_system.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/redfish-core/lib/hypervisor_system.hpp b/redfish-core/lib/hypervisor_system.hpp
index 1c27223d32..e524145ed8 100644
--- a/redfish-core/lib/hypervisor_system.hpp
+++ b/redfish-core/lib/hypervisor_system.hpp
@@ -327,8 +327,8 @@ void getHypervisorIfaceData(const std::string& ethIfaceId,
return;
}
- bool found =
- extractHypervisorInterfaceData(ethIfaceId, resp, ethData, ipv4Data);
+ bool found = extractHypervisorInterfaceData(ethIfaceId, resp, ethData,
+ ipv4Data);
if (!found)
{
BMCWEB_LOG_INFO << "Hypervisor Interface not found";