clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I81aff1005be025ddb4405f384513c8e5e20bf6f4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/fan/PresenceGpio.hpp b/src/fan/PresenceGpio.hpp
index ac42638..1975785 100644
--- a/src/fan/PresenceGpio.hpp
+++ b/src/fan/PresenceGpio.hpp
@@ -87,7 +87,7 @@
private:
boost::asio::steady_timer pollTimer;
- static inline void
- pollTimerHandler(const std::weak_ptr<PollingPresenceGpio>& weakRef,
- const boost::system::error_code& ec);
+ static inline void pollTimerHandler(
+ const std::weak_ptr<PollingPresenceGpio>& weakRef,
+ const boost::system::error_code& ec);
};