Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-05-03 05:42:39 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-05-03 05:42:39 +0300
commit8884385afbcf5a3f505bd527191833f41066aebf (patch)
treef5e15218841c8878a92c92b55fec534fb92b7917 /intern/cycles/graph
parent3bc44233c08dfc4af0cff89a14681f86dfebf5ae (diff)
Cleanup: format
Diffstat (limited to 'intern/cycles/graph')
-rw-r--r--intern/cycles/graph/node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/graph/node.cpp b/intern/cycles/graph/node.cpp
index c5b4bb471bb..57f25283f85 100644
--- a/intern/cycles/graph/node.cpp
+++ b/intern/cycles/graph/node.cpp
@@ -372,7 +372,7 @@ void Node::copy_value(const SocketType &socket, const Node &other, const SocketT
array<Node *> &node_array = get_socket_value<array<Node *>>(this, socket);
- for (Node *node: node_array) {
+ for (Node *node : node_array) {
node->reference();
}