Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-07-18 12:02:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-18 12:03:22 +0300
commitecb3e0fe737c24e62add99f3fa39e305f5d66af2 (patch)
tree214dfdeca51bf158a6285b9630bc4f433131e5e0 /source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp
parent2199a3e38b1cf5956bd65e1d4ba38a3c50a4bed0 (diff)
Cleanup: whitespace & break placement
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp8
1 files changed, 4 insertions, 4 deletions
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:
{