clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Ibbbb1dfcb027523a3f82649cc77bf652e2612f9a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/watchdog_event_monitor.hpp b/include/watchdog_event_monitor.hpp
index 777ac16..990e25e 100644
--- a/include/watchdog_event_monitor.hpp
+++ b/include/watchdog_event_monitor.hpp
@@ -234,8 +234,8 @@
}
}
-inline static sdbusplus::bus::match_t
- startWatchdogEventMonitor(std::shared_ptr<sdbusplus::asio::connection> conn)
+inline static sdbusplus::bus::match_t startWatchdogEventMonitor(
+ std::shared_ptr<sdbusplus::asio::connection> conn)
{
auto watchdogEventMatcherCallback = [conn](sdbusplus::message_t& msg) {
std::string expiredAction;