[Bf-blender-cvs] [17cf423f30] master: Cleanup: Indentation

Sergey Sharybin noreply at git.blender.org
Fri Mar 3 15:53:58 CET 2017


Commit: 17cf423f30c1daac8dac0af0c3deab2c3b4ad1b3
Author: Sergey Sharybin
Date:   Fri Mar 3 15:53:02 2017 +0100
Branches: master
https://developer.blender.org/rB17cf423f30c1daac8dac0af0c3deab2c3b4ad1b3

Cleanup: Indentation

===================================================================

M	source/blender/blenlib/intern/task.c

===================================================================

diff --git a/source/blender/blenlib/intern/task.c b/source/blender/blenlib/intern/task.c
index a65ef881af..5286e6ffb9 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -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 */




More information about the Bf-blender-cvs mailing list