mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
Yet another pass of style fixes.
This commit is contained in:
@@ -23,7 +23,7 @@ EventLoop& EventLoop::main()
|
||||
int EventLoop::exec()
|
||||
{
|
||||
for (;;) {
|
||||
if (m_queuedEvents.isEmpty())
|
||||
if (m_queuedEvents.is_empty())
|
||||
waitForEvent();
|
||||
auto events = std::move(m_queuedEvents);
|
||||
for (auto& queuedEvent : events) {
|
||||
|
||||
Reference in New Issue
Block a user