remove spaces

This commit is contained in:
hoholee12 2023-07-25 15:55:46 +09:00
parent 445bae198b
commit b9257cf0a3

View file

@ -37,7 +37,7 @@ namespace gl
} }
void pipe_compiler::operator()() void pipe_compiler::operator()()
{ {
while (thread_ctrl::state() != thread_state::aborting) while (thread_ctrl::state() != thread_state::aborting)
{ {
for (auto&& job : m_work_queue.pop_all()) for (auto&& job : m_work_queue.pop_all())