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>2018-09-05 01:54:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-05 01:54:11 +0300
commite1a4d58ecc23a53434e8de73f1b19fa9baf6bca8 (patch)
treefab34ad75cfed66e147342c2e79935620dde9afa /source/blender/editors/mesh/editmesh_tools.c
parent5ca3407ac4b2575f02152e7ebf42abf224a3a239 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/mesh/editmesh_tools.c')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 3747eaaf0ff..ae5c4389ee3 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -6348,7 +6348,7 @@ static int edbm_bridge_edge_loops_exec(bContext *C, wmOperator *op)
uint objects_len = 0;
Object **objects = BKE_view_layer_array_from_objects_in_edit_mode_unique_data(view_layer, &objects_len);
- for(uint ob_index = 0; ob_index < objects_len; ob_index++) {
+ for (uint ob_index = 0; ob_index < objects_len; ob_index++) {
Object *obedit = objects[ob_index];
BMEditMesh *em = BKE_editmesh_from_object(obedit);