clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Ifa752ca6430e04e1a2d8e64e4a420810ada5303e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/chassishandler.cpp b/chassishandler.cpp
index 10414b1..dcf26d7 100644
--- a/chassishandler.cpp
+++ b/chassishandler.cpp
@@ -1037,9 +1037,9 @@
}
} // namespace power_policy
-static std::optional<bool>
- getButtonDisabled(ipmi::Context::ptr& ctx, const std::string& buttonPath,
- const std::string& buttonIntf)
+static std::optional<bool> getButtonDisabled(ipmi::Context::ptr& ctx,
+ const std::string& buttonPath,
+ const std::string& buttonIntf)
{
bool buttonDisabled = false;
boost::system::error_code ec;