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>2013-02-15 03:49:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-15 03:49:30 +0400
commitc6b3e0f8e466cfe3c2e31173b4c7e4399d2dc23f (patch)
treeda55f1740717b20b1b817e98f92fac3f4c6b2eb1 /source/blender/python/bmesh/bmesh_py_types.c
parentb94993941fe5a503627b45fd55f93f3bebbad97d (diff)
style cleanup
Diffstat (limited to 'source/blender/python/bmesh/bmesh_py_types.c')
-rw-r--r--source/blender/python/bmesh/bmesh_py_types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/bmesh/bmesh_py_types.c b/source/blender/python/bmesh/bmesh_py_types.c
index 2d6f5ddfbed..b96c522d407 100644
--- a/source/blender/python/bmesh/bmesh_py_types.c
+++ b/source/blender/python/bmesh/bmesh_py_types.c
@@ -3658,7 +3658,7 @@ static void bm_dealloc_editmode_warn(BPy_BMesh *self)
/* likely editmesh */
BMesh *bm = self->bm;
Scene *scene;
- for(scene = G.main->scene.first; scene; scene = scene->id.next) {
+ for (scene = G.main->scene.first; scene; scene = scene->id.next) {
Base *base = scene->basact;
if (base && base->object->type == OB_MESH) {
Mesh *me = base->object->data;