[Bf-blender-cvs] [1caa267ee6e] master: Depsgraph: Cleanup, indentation

Sergey Sharybin noreply at git.blender.org
Fri Nov 24 15:45:52 CET 2017


Commit: 1caa267ee6e39303c1782eae895ed9452c142231
Author: Sergey Sharybin
Date:   Fri Nov 24 15:45:41 2017 +0100
Branches: master
https://developer.blender.org/rB1caa267ee6e39303c1782eae895ed9452c142231

Depsgraph: Cleanup, indentation

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

M	source/blender/depsgraph/intern/nodes/deg_node_component.cc

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

diff --git a/source/blender/depsgraph/intern/nodes/deg_node_component.cc b/source/blender/depsgraph/intern/nodes/deg_node_component.cc
index 937b01ce206..010f12409b4 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node_component.cc
+++ b/source/blender/depsgraph/intern/nodes/deg_node_component.cc
@@ -87,8 +87,8 @@ bool ComponentDepsNode::OperationIDKey::operator==(
         const OperationIDKey &other) const
 {
 	return (opcode == other.opcode) &&
-		(STREQ(name, other.name)) &&
-		(name_tag == other.name_tag);
+	       (STREQ(name, other.name)) &&
+	       (name_tag == other.name_tag);
 }
 
 static unsigned int comp_node_hash_key(const void *key_v)



More information about the Bf-blender-cvs mailing list