From a9f6e5438443e6b35db1e22f6c595d31804af9b6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 12 May 2012 11:01:29 +0000 Subject: style cleanup: mostly whitespace in rna --- source/blender/modifiers/intern/MOD_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_util.c b/source/blender/modifiers/intern/MOD_util.c index aff6bf548e6..98fa6e8e26d 100644 --- a/source/blender/modifiers/intern/MOD_util.c +++ b/source/blender/modifiers/intern/MOD_util.c @@ -81,7 +81,7 @@ void get_texture_value(Tex *texture, float *tex_co, TexResult *texres) * if the texture didn't give an RGB value, copy the intensity across */ if (result_type & TEX_RGB) { - texres->tin= (1.0f / 3.0f) * (texres->tr + texres->tg + texres->tb); + texres->tin = (1.0f / 3.0f) * (texres->tr + texres->tg + texres->tb); } else { copy_v3_fl(&texres->tr, texres->tin); -- cgit v1.2.3