Skip to content

Commit 9525841

Browse files
committed
sensors: Run through clang-format
Change-Id: I64ff0a321a1e95eaac78e8caefbf43a125fd5c84
1 parent 7aaff6f commit 9525841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sensors/Sensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace implementation {
4242

4343
class ISensorsEventCallback {
4444
public:
45-
virtual ~ISensorsEventCallback(){};
45+
virtual ~ISensorsEventCallback() {};
4646
virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
4747
};
4848

0 commit comments

Comments
 (0)