Cycles: Whitespace cleanup from the recent changes

This commit is contained in:
Sergey Sharybin 2015-11-25 20:15:35 +05:00
parent 1bec2aa54e
commit 2700ab1de1

@ -4160,7 +4160,7 @@ bool VectorMathNode::constant_fold(ShaderOutput *socket, float3 *optimized_value
optimized_value->x = value;
return true;
}
else if (socket == output("Vector")) {
else if(socket == output("Vector")) {
*optimized_value = vector;
return true;
}