Cycles: Cleanup, whitespace around keywords

This commit is contained in:
Sergey Sharybin
2015-10-08 19:08:28 +05:00
parent 7083423eb4
commit 350cf8ea7f
10 changed files with 38 additions and 39 deletions

View File

@@ -339,8 +339,7 @@ static ShaderNode *add_node(Scene *scene,
BL::ShaderNodeBsdfAnisotropic b_aniso_node(b_node);
AnisotropicBsdfNode *aniso = new AnisotropicBsdfNode();
switch (b_aniso_node.distribution())
{
switch(b_aniso_node.distribution()) {
case BL::ShaderNodeBsdfAnisotropic::distribution_BECKMANN:
aniso->distribution = ustring("Beckmann");
break;