clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I88079e69decd57b30d0455a723fd051be8449e36
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/dump_manager_bmc.cpp b/dump_manager_bmc.cpp
index 3741f83..6f19a67 100644
--- a/dump_manager_bmc.cpp
+++ b/dump_manager_bmc.cpp
@@ -31,8 +31,8 @@
bool Manager::fUserDumpInProgress = false;
constexpr auto BMC_DUMP = "BMC_DUMP";
-sdbusplus::message::object_path
- Manager::createDump(phosphor::dump::DumpCreateParams params)
+sdbusplus::message::object_path Manager::createDump(
+ phosphor::dump::DumpCreateParams params)
{
if (params.size() > CREATE_DUMP_MAX_PARAMS)
{