clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I8cff81085e79e92dfe2a694b4aa2de00b3d4717a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/mslverify/util.hpp b/mslverify/util.hpp
index 1c1ee41..3cb7ac3 100644
--- a/mslverify/util.hpp
+++ b/mslverify/util.hpp
@@ -65,10 +65,10 @@
/** @brief Invoke a method and read the response. */
template <typename Ret, typename... Args>
-static auto
- callMethodAndRead(::sdbusplus::bus_t& bus, const std::string& busName,
- const std::string& path, const std::string& interface,
- const std::string& method, Args&&... args)
+static auto callMethodAndRead(
+ ::sdbusplus::bus_t& bus, const std::string& busName,
+ const std::string& path, const std::string& interface,
+ const std::string& method, Args&&... args)
{
::sdbusplus::message_t respMsg = callMethod<Args...>(
bus, busName, path, interface, method, std::forward<Args>(args)...);