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/biccommands.cpp b/src/biccommands.cpp
index 6da886e..7ee177c 100644
--- a/src/biccommands.cpp
+++ b/src/biccommands.cpp
@@ -154,9 +154,9 @@
// netfn=0x38 and cmd=0x08 or 0x33 send the response back to the sender.
//----------------------------------------------------------------------
-ipmi::RspType<IanaType>
- ipmiOemPostCodeHandler(ipmi::Context::ptr ctx, IanaType reqIana,
- uint8_t dataLen, std::vector<uint8_t> data)
+ipmi::RspType<IanaType> ipmiOemPostCodeHandler(
+ ipmi::Context::ptr ctx, IanaType reqIana, uint8_t dataLen,
+ std::vector<uint8_t> data)
{
// creating bus connection
auto conn = getSdBus();
@@ -211,8 +211,8 @@
// netfn=0x38 and cmd=0x03 send the response back to the sender.
//----------------------------------------------------------------------
-ipmi::RspType<IanaType, std::vector<uint8_t>>
- ipmiOemGetBicGpioState(ipmi::Context::ptr ctx, std::vector<uint8_t> reqIana)
+ipmi::RspType<IanaType, std::vector<uint8_t>> ipmiOemGetBicGpioState(
+ ipmi::Context::ptr ctx, std::vector<uint8_t> reqIana)
{
std::vector<uint8_t> respData;