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:
authorCampbell Barton <ideasman42@gmail.com>2014-01-20 18:19:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-21 05:05:27 +0400
commit37242e6b0b1897b3d265a25684eacccfec36ffd0 (patch)
tree802e6f1cc5ac9c8baabeb88ad60374b2f5713553 /source/blender/editors/space_node/node_edit.c
parent5ece1594ca725b58960756cbe1ebd2b1123584b6 (diff)
Code Cleanup: style
Diffstat (limited to 'source/blender/editors/space_node/node_edit.c')
-rw-r--r--source/blender/editors/space_node/node_edit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_edit.c b/source/blender/editors/space_node/node_edit.c
index ee18f945316..a1d5a1b9b81 100644
--- a/source/blender/editors/space_node/node_edit.c
+++ b/source/blender/editors/space_node/node_edit.c
@@ -655,7 +655,8 @@ void ED_node_set_active(Main *bmain, bNodeTree *ntree, bNode *node)
nodeClearActiveID(ntree, ID_TE);
if (ELEM4(node->type, SH_NODE_OUTPUT, SH_NODE_OUTPUT_MATERIAL,
- SH_NODE_OUTPUT_WORLD, SH_NODE_OUTPUT_LAMP)) {
+ SH_NODE_OUTPUT_WORLD, SH_NODE_OUTPUT_LAMP))
+ {
bNode *tnode;
for (tnode = ntree->nodes.first; tnode; tnode = tnode->next)