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/requester/test/handler_test.cpp b/requester/test/handler_test.cpp
index 327817c..86e2717 100644
--- a/requester/test/handler_test.cpp
+++ b/requester/test/handler_test.cpp
@@ -236,9 +236,9 @@
{
struct _
{
- static exec::task<uint8_t>
- getTIDTask(Handler<MockRequest>& handler, mctp_eid_t eid,
- uint8_t instanceId, uint8_t& tid)
+ static exec::task<uint8_t> getTIDTask(Handler<MockRequest>& handler,
+ mctp_eid_t eid,
+ uint8_t instanceId, uint8_t& tid)
{
pldm::Request request(sizeof(pldm_msg_hdr), 0);
auto requestMsg = reinterpret_cast<pldm_msg*>(request.data());