From 9dc5367c89f467e516620b6ff15e2eb35b26fdee Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 17 May 2016 22:08:34 +0200 Subject: Cleanup code style inconsistency in last commits. --- intern/cycles/render/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/render/graph.cpp') 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, -- cgit v1.2.3