From 8884385afbcf5a3f505bd527191833f41066aebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dietrich?= Date: Mon, 3 May 2021 04:42:39 +0200 Subject: Cleanup: format --- intern/cycles/graph/node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/graph') 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_array = get_socket_value>(this, socket); - for (Node *node: node_array) { + for (Node *node : node_array) { node->reference(); } -- cgit v1.2.3