Cleanup: Indentation

This commit is contained in:
Sergey Sharybin 2017-03-03 15:53:02 +01:00
parent 91ce13e90d
commit 17cf423f30

@ -357,8 +357,8 @@ TaskScheduler *BLI_task_scheduler_create(int num_threads)
/* Add background-only thread if needed. */
if (num_threads == 0) {
scheduler->background_thread_only = true;
num_threads = 1;
scheduler->background_thread_only = true;
num_threads = 1;
}
/* launch threads that will be waiting for work */