summaryrefslogtreecommitdiff
path: root/redfish-core/lib/pcie_slots.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/pcie_slots.hpp')
-rw-r--r--redfish-core/lib/pcie_slots.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/redfish-core/lib/pcie_slots.hpp b/redfish-core/lib/pcie_slots.hpp
index 92ae576c9a..b8e6389275 100644
--- a/redfish-core/lib/pcie_slots.hpp
+++ b/redfish-core/lib/pcie_slots.hpp
@@ -154,7 +154,7 @@ inline void onMapperAssociationDone(
[asyncResp](const boost::system::error_code& ec2,
const dbus::utility::DBusPropertiesMap& propertiesList) {
onPcieSlotGetAllDone(asyncResp, ec2, propertiesList);
- });
+ });
}
inline void
@@ -204,7 +204,7 @@ inline void
const dbus::utility::MapperEndPoints& endpoints) {
onMapperAssociationDone(asyncResp, chassisID, pcieSlotPath,
connectionName, ec2, endpoints);
- });
+ });
}
}
}
@@ -227,7 +227,7 @@ inline void handlePCIeSlotCollectionGet(
chassisID](const boost::system::error_code& ec,
const dbus::utility::MapperGetSubTreeResponse& subtree) {
onMapperSubtreeDone(asyncResp, chassisID, ec, subtree);
- });
+ });
}
inline void requestRoutesPCIeSlots(App& app)