From ff7b353ce68a2b16fd4649d4d81214db7a802307 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 3 Apr 2013 01:36:00 +0000 Subject: style cleanup --- source/blender/editors/space_buttons/buttons_texture.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_buttons') diff --git a/source/blender/editors/space_buttons/buttons_texture.c b/source/blender/editors/space_buttons/buttons_texture.c index b3d5d4884ff..5a7d70d279c 100644 --- a/source/blender/editors/space_buttons/buttons_texture.c +++ b/source/blender/editors/space_buttons/buttons_texture.c @@ -333,14 +333,14 @@ static void template_texture_select(bContext *C, void *user_p, void *UNUSED(arg) ct->texture = tex; - if(user->ptr.type == &RNA_ParticleSettingsTextureSlot) { + if (user->ptr.type == &RNA_ParticleSettingsTextureSlot) { /* stupid exception for particle systems which still uses influence * from the old texture system, set the active texture slots as well */ ParticleSettings *part = user->ptr.id.data; int a; - for(a = 0; a < MAX_MTEX; a++) - if(user->ptr.data == part->mtex[a]) + for (a = 0; a < MAX_MTEX; a++) + if (user->ptr.data == part->mtex[a]) part->texact = a; } } -- cgit v1.2.3