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/sensor.hpp b/src/sensor.hpp
index 039635f..2eab853 100644
--- a/src/sensor.hpp
+++ b/src/sensor.hpp
@@ -130,8 +130,8 @@
thresholds::thresProp.size()>
thresholdInterfaces;
- std::shared_ptr<sdbusplus::asio::dbus_interface>
- getThresholdInterface(Level lev)
+ std::shared_ptr<sdbusplus::asio::dbus_interface> getThresholdInterface(
+ Level lev)
{
size_t index = static_cast<size_t>(lev);
if (index >= thresholdInterfaces.size())