[Bf-blender-cvs] [ab73935dbba] blender2.8: Cleanup, indentation

Sergey Sharybin noreply at git.blender.org
Fri Nov 9 09:46:27 CET 2018


Commit: ab73935dbba34b2cf78c310af1c78a8396ac0c6e
Author: Sergey Sharybin
Date:   Thu Nov 8 18:37:01 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBab73935dbba34b2cf78c310af1c78a8396ac0c6e

Cleanup, indentation

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

M	source/blender/depsgraph/intern/eval/deg_eval.cc

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

diff --git a/source/blender/depsgraph/intern/eval/deg_eval.cc b/source/blender/depsgraph/intern/eval/deg_eval.cc
index 5303d405489..0097fc95948 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval.cc
@@ -203,7 +203,7 @@ static void schedule_node(TaskPool *pool, Depsgraph *graph,
 	}
 	/* TODO(sergey): This is not strictly speaking safe to read
 	 * num_links_pending.
-  */
+	 */
 	if (dec_parents) {
 		BLI_assert(node->num_links_pending > 0);
 		atomic_sub_and_fetch_uint32(&node->num_links_pending, 1);



More information about the Bf-blender-cvs mailing list