clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I013bc2f7001925df45d023333be75d4a59500a12
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/selcommands.cpp b/src/selcommands.cpp
index 9fb3ced..515c241 100644
--- a/src/selcommands.cpp
+++ b/src/selcommands.cpp
@@ -1539,8 +1539,8 @@
info.operationSupport);
}
-ipmi::RspType<uint16_t, std::vector<uint8_t>>
- ipmiStorageGetSELEntry(std::vector<uint8_t> data)
+ipmi::RspType<uint16_t, std::vector<uint8_t>> ipmiStorageGetSELEntry(
+ std::vector<uint8_t> data)
{
if (data.size() != sizeof(fb_oem::ipmi::sel::GetSELEntryRequest))
{
@@ -1669,8 +1669,8 @@
}
// Main function to add SEL entry
-ipmi::RspType<uint16_t>
- ipmiStorageAddSELEntry(ipmi::Context::ptr ctx, std::vector<uint8_t> data)
+ipmi::RspType<uint16_t> ipmiStorageAddSELEntry(ipmi::Context::ptr ctx,
+ std::vector<uint8_t> data)
{
/* Per the IPMI spec, need to cancel any reservation when a
* SEL entry is added