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/pulse_event_monitor.hpp b/include/pulse_event_monitor.hpp
index 0ad6b38..131dc76 100644
--- a/include/pulse_event_monitor.hpp
+++ b/include/pulse_event_monitor.hpp
@@ -19,8 +19,8 @@
#include <sel_logger.hpp>
#include <sensorutils.hpp>
-inline static sdbusplus::bus::match_t
- startPulseEventMonitor(std::shared_ptr<sdbusplus::asio::connection> conn)
+inline static sdbusplus::bus::match_t startPulseEventMonitor(
+ std::shared_ptr<sdbusplus::asio::connection> conn)
{
auto pulseEventMatcherCallback = [conn](sdbusplus::message_t& msg) {
std::string thresholdInterface;