sensors: Run through clang-format
Change-Id: I64ff0a321a1e95eaac78e8caefbf43a125fd5c84
This commit is contained in:
@@ -42,7 +42,7 @@ namespace implementation {
|
||||
|
||||
class ISensorsEventCallback {
|
||||
public:
|
||||
virtual ~ISensorsEventCallback(){};
|
||||
virtual ~ISensorsEventCallback() {};
|
||||
virtual void postEvents(const std::vector<Event>& events, bool wakeup) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user