1
0
mirror of synced 2025-07-27 23:41:48 +03:00

Fix code inconsistently formatted and re-format (#2063)

* Fix code inconsistently formatted by clang-format

* Run clang-format
This commit is contained in:
Florian Albrechtskirchinger
2025-02-17 18:14:02 +01:00
committed by GitHub
parent 32bf5c9c09
commit 2996cecee0
4 changed files with 31 additions and 33 deletions

View File

@ -12,8 +12,7 @@ using namespace std;
class EventDispatcher {
public:
EventDispatcher() {
}
EventDispatcher() {}
void wait_event(DataSink *sink) {
unique_lock<mutex> lk(m_);