clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Ic2bc1d98d8ad469a3477f9059ec890fc8339907d
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/utils/threshold_operations.hpp b/src/utils/threshold_operations.hpp
index 99ae4a5..f75c12a 100644
--- a/src/utils/threshold_operations.hpp
+++ b/src/utils/threshold_operations.hpp
@@ -18,9 +18,8 @@
}
template <typename ThresholdType>
- static typename ThresholdType::ThresholdDetail&
- getDetails(ThresholdType* thresholdPtr,
- const interfaces::Sensor& sensor)
+ static typename ThresholdType::ThresholdDetail& getDetails(
+ ThresholdType* thresholdPtr, const interfaces::Sensor& sensor)
{
auto it = std::find_if(
thresholdPtr->sensorDetails.begin(),