clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I4a9d4410fcf7c9e87481d7d962fbcc92d071c913
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/bmc/update_manager.hpp b/bmc/update_manager.hpp
index 59c185f..caba541 100644
--- a/bmc/update_manager.hpp
+++ b/bmc/update_manager.hpp
@@ -48,9 +48,9 @@
/** @brief Implementation for StartUpdate
* Start a firware update to be performed asynchronously.
*/
- sdbusplus::message::object_path
- startUpdate(sdbusplus::message::unix_fd image,
- ApplyTimeIntf::RequestedApplyTimes applyTime) override;
+ sdbusplus::message::object_path startUpdate(
+ sdbusplus::message::unix_fd image,
+ ApplyTimeIntf::RequestedApplyTimes applyTime) override;
/* @brief Process the image supplied via image fd */
auto processImage(sdbusplus::message::unix_fd image,