Skip to content

Commit

Permalink
Clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
maround95 committed Jan 10, 2025
1 parent 6f030e6 commit 634f234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/managers/eventLoop/EventLoopManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class CEventLoopManager {
int timerfd = -1;
} m_sTimers;

SIdleData m_sIdle;
std::map<int, SEventSourceData> aqEventSources;
SIdleData m_sIdle;
std::map<int, SEventSourceData> aqEventSources;

struct {
CHyprSignalListener pollFDsChanged;
Expand Down

0 comments on commit 634f234

Please sign in to comment.