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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2016-05-17 23:08:34 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-05-18 00:41:45 +0300
commit9dc5367c89f467e516620b6ff15e2eb35b26fdee (patch)
tree8bb96662721090de6d1efc84c6f4ae0d883d8fa6 /intern/cycles/render/graph.cpp
parent2630207adae47181a7412786b9e18b428999228b (diff)
Cleanup code style inconsistency in last commits.
Diffstat (limited to 'intern/cycles/render/graph.cpp')
-rw-r--r--intern/cycles/render/graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp
index 920f5c7b50d..15c89cc4b51 100644
--- a/intern/cycles/render/graph.cpp
+++ b/intern/cycles/render/graph.cpp
@@ -507,7 +507,7 @@ void ShaderGraph::constant_fold()
traverse_queue.pop();
done.insert(node);
foreach(ShaderOutput *output, node->outputs) {
- if (output->links.size() == 0) {
+ if(output->links.size() == 0) {
continue;
}
/* Schedule node which was depending on the value,