mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-11 23:49:49 +01:00
Clang-format
This commit is contained in:
parent
6f030e60bf
commit
634f234a8e
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ class CEventLoopManager {
|
||||||
int timerfd = -1;
|
int timerfd = -1;
|
||||||
} m_sTimers;
|
} m_sTimers;
|
||||||
|
|
||||||
SIdleData m_sIdle;
|
SIdleData m_sIdle;
|
||||||
std::map<int, SEventSourceData> aqEventSources;
|
std::map<int, SEventSourceData> aqEventSources;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
CHyprSignalListener pollFDsChanged;
|
CHyprSignalListener pollFDsChanged;
|
||||||
|
|
Loading…
Reference in a new issue