clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I95f756bab7f403af49a94011bbb1fe4e51f985ad
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/fw-update/update_manager.hpp b/fw-update/update_manager.hpp
index 61db3e7..c24af61 100644
--- a/fw-update/update_manager.hpp
+++ b/fw-update/update_manager.hpp
@@ -83,10 +83,10 @@
/** @brief
*
*/
- DeviceUpdaterInfos
- associatePkgToDevices(const FirmwareDeviceIDRecords& fwDeviceIDRecords,
- const DescriptorMap& descriptorMap,
- TotalComponentUpdates& totalNumComponentUpdates);
+ DeviceUpdaterInfos associatePkgToDevices(
+ const FirmwareDeviceIDRecords& fwDeviceIDRecords,
+ const DescriptorMap& descriptorMap,
+ TotalComponentUpdates& totalNumComponentUpdates);
const std::string swRootPath{"/xyz/openbmc_project/software/"};
Event& event; //!< reference to PLDM daemon's main event loop