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/interfaces/sensor.hpp b/src/interfaces/sensor.hpp
index 78a762e..7829ea7 100644
--- a/src/interfaces/sensor.hpp
+++ b/src/interfaces/sensor.hpp
@@ -46,8 +46,8 @@
virtual std::string metadata() const = 0;
virtual std::string getName() const = 0;
virtual void registerForUpdates(const std::weak_ptr<SensorListener>&) = 0;
- virtual void
- unregisterFromUpdates(const std::weak_ptr<SensorListener>&) = 0;
+ virtual void unregisterFromUpdates(
+ const std::weak_ptr<SensorListener>&) = 0;
virtual LabeledSensorInfo getLabeledSensorInfo() const = 0;
};