Commit b5750afb authored by Max Kellermann's avatar Max Kellermann

event/IdleEvent: use `auto`

parent 442dd5e9
...@@ -60,7 +60,7 @@ public: ...@@ -60,7 +60,7 @@ public:
Cancel(); Cancel();
} }
EventLoop &GetEventLoop() const noexcept { auto &GetEventLoop() const noexcept {
return loop; return loop;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment