mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
remove spaces
This commit is contained in:
parent
445bae198b
commit
b9257cf0a3
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue