From 474ebe17225dbdeb4a0fa0555a0c7f7c567d5825 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Tue, 13 Jan 2026 22:11:39 +0000 Subject: [PATCH] sensors: Run through clang-format Change-Id: I64ff0a321a1e95eaac78e8caefbf43a125fd5c84 --- sensors/Sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensors/Sensor.h b/sensors/Sensor.h index 8ee2a23..f080cb4 100644 --- a/sensors/Sensor.h +++ b/sensors/Sensor.h @@ -42,7 +42,7 @@ namespace implementation { class ISensorsEventCallback { public: - virtual ~ISensorsEventCallback(){}; + virtual ~ISensorsEventCallback() {}; virtual void postEvents(const std::vector& events, bool wakeup) = 0; };