style: run clang-format

This commit is contained in:
Vaxry
2024-04-08 15:33:02 +01:00
parent db91d949f7
commit 63e3668529
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
class CEventLoopManager {
public:
CEventLoopManager();
void enterLoop(wl_display* display, wl_event_loop* wlEventLoop);
void addTimer(std::shared_ptr<CEventLoopTimer> timer);
void removeTimer(std::shared_ptr<CEventLoopTimer> timer);