From ecb3e0fe737c24e62add99f3fa39e305f5d66af2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 18 Jul 2015 19:02:39 +1000 Subject: Cleanup: whitespace & break placement --- source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp b/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp index a36d446fcb7..1866058a151 100644 --- a/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp +++ b/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp @@ -223,10 +223,10 @@ static int FrsMaterial_mathutils_get_index(BaseMathObject *bmo, int subtype, int BPy_FrsMaterial *self = (BPy_FrsMaterial *)bmo->cb_user; switch (subtype) { case MATHUTILS_SUBTYPE_LINE: - { - const float *color = self->m->line(); - bmo->data[index] = color[index]; - } + { + const float *color = self->m->line(); + bmo->data[index] = color[index]; + } break; case MATHUTILS_SUBTYPE_DIFFUSE: { -- cgit v1.2.3