Update to the latest .clang-format
Change-Id: Idaaffec251b35a024482a67ef424c3424a92149c
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/src/appcommands.cpp b/src/appcommands.cpp
index 2d4e1a9..e0b3bd5 100644
--- a/src/appcommands.cpp
+++ b/src/appcommands.cpp
@@ -268,8 +268,8 @@
}
static constexpr size_t uuidLength = 16;
-static std::array<uint8_t, uuidLength>
- rfc4122ToIpmiConvesrion(std::string rfc4122)
+static std::array<uint8_t, uuidLength> rfc4122ToIpmiConvesrion(
+ std::string rfc4122)
{
using Argument = xyz::openbmc_project::common::InvalidArgument;
// UUID is in RFC4122 format. Ex: 61a39523-78f2-11e5-9862-e6402cfc3223
@@ -317,8 +317,8 @@
return uuid;
}
-ipmi::RspType<std::array<uint8_t, 16>>
- ipmiAppGetSystemGuid(ipmi::Context::ptr& ctx)
+ipmi::RspType<std::array<uint8_t, 16>> ipmiAppGetSystemGuid(
+ ipmi::Context::ptr& ctx)
{
static constexpr auto uuidInterface = "xyz.openbmc_project.Common.UUID";
static constexpr auto uuidProperty = "UUID";