Cycles: Cleanup, indentation and trailing whitespace

This commit is contained in:
Sergey Sharybin
2017-04-10 10:59:31 +02:00
parent 73a9ff0d2d
commit c3d393c1df

View File

@@ -502,7 +502,6 @@ template<typename T> struct texture_image {
ccl_always_inline float4 interp_3d_ex(float x, float y, float z,
int interpolation = INTERPOLATION_LINEAR)
{
if(UNLIKELY(!data))
return make_float4(0.0f, 0.0f, 0.0f, 0.0f);