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/sensor_cache.hpp b/src/sensor_cache.hpp
index bebc4c6..34dbae9 100644
--- a/src/sensor_cache.hpp
+++ b/src/sensor_cache.hpp
@@ -12,9 +12,8 @@
{
public:
template <class SensorType, class... Args>
- std::shared_ptr<SensorType> makeSensor(std::string_view service,
- std::string_view path,
- Args&&... args)
+ std::shared_ptr<SensorType> makeSensor(
+ std::string_view service, std::string_view path, Args&&... args)
{
cleanupExpiredSensors();