Commit 6027a851 authored by neverlord's avatar neverlord

formatting

parent 3025df44
......@@ -173,7 +173,8 @@ struct thread_pool_scheduler::worker {
};
void thread_pool_scheduler::worker_loop(thread_pool_scheduler::worker* w) { (*w)();
void thread_pool_scheduler::worker_loop(thread_pool_scheduler::worker* w) {
(*w)();
}
void thread_pool_scheduler::supervisor_loop(job_queue* jqueue,
......
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