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/pldmd/dbus_impl_pdr.cpp b/pldmd/dbus_impl_pdr.cpp
index ac39d9d..3fe0ab1 100644
--- a/pldmd/dbus_impl_pdr.cpp
+++ b/pldmd/dbus_impl_pdr.cpp
@@ -27,8 +27,8 @@
return pdrs;
}
-std::vector<std::vector<uint8_t>>
- Pdr::findStateSensorPDR(uint8_t tid, uint16_t entityID, uint16_t stateSetId)
+std::vector<std::vector<uint8_t>> Pdr::findStateSensorPDR(
+ uint8_t tid, uint16_t entityID, uint16_t stateSetId)
{
auto pdrs =
pldm::utils::findStateSensorPDR(tid, entityID, stateSetId, pdrRepo);
diff --git a/pldmd/pldmd.cpp b/pldmd/pldmd.cpp
index 0b6d129..ad86afe 100644
--- a/pldmd/pldmd.cpp
+++ b/pldmd/pldmd.cpp
@@ -100,10 +100,10 @@
}
}
-static std::optional<Response>
- processRxMsg(const std::vector<uint8_t>& requestMsg, Invoker& invoker,
- requester::Handler<requester::Request>& handler,
- fw_update::Manager* fwManager, pldm_tid_t tid)
+static std::optional<Response> processRxMsg(
+ const std::vector<uint8_t>& requestMsg, Invoker& invoker,
+ requester::Handler<requester::Request>& handler,
+ fw_update::Manager* fwManager, pldm_tid_t tid)
{
uint8_t eid = tid;