clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I95f756bab7f403af49a94011bbb1fe4e51f985ad
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/libpldmresponder/fru.hpp b/libpldmresponder/fru.hpp
index af55f92..490f5d1 100644
--- a/libpldmresponder/fru.hpp
+++ b/libpldmresponder/fru.hpp
@@ -156,8 +156,8 @@
*
* @return pldm_entity
*/
- std::optional<pldm_entity>
- getEntityByObjectPath(const dbus::InterfaceMap& intfMaps);
+ std::optional<pldm_entity> getEntityByObjectPath(
+ const dbus::InterfaceMap& intfMaps);
/** @brief Update pldm entity to association tree
*
@@ -320,8 +320,8 @@
*
* @return std::map<ObjectPath, pldm_entity>
*/
- const pldm::responder::dbus::AssociatedEntityMap&
- getAssociateEntityMap() const
+ const pldm::responder::dbus::AssociatedEntityMap& getAssociateEntityMap()
+ const
{
return impl.getAssociateEntityMap();
}