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-24 01:25:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-24 01:25:51 +0300
commit0e65c4839c407c4c117a75e9e9376b5b02ed68b5 (patch)
treec39b640de449ab7057f58a68a7d4fd369d1e7c1a /source/blender/editors/mesh/editmesh_select_similar.c
parentb350b194eb2dc49acdc15acfe2ea15dd53baf25b (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/mesh/editmesh_select_similar.c')
-rw-r--r--source/blender/editors/mesh/editmesh_select_similar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_select_similar.c b/source/blender/editors/mesh/editmesh_select_similar.c
index b36d9a07fb4..b589b88a69e 100644
--- a/source/blender/editors/mesh/editmesh_select_similar.c
+++ b/source/blender/editors/mesh/editmesh_select_similar.c
@@ -249,7 +249,8 @@ static void edge_pos_direction_worldspace_get(Object *ob, BMEdge *edge, float *r
}
}
-static float edge_length_squared_worldspace_get(Object *ob, BMEdge *edge) {
+static float edge_length_squared_worldspace_get(Object *ob, BMEdge *edge)
+{
float v1[3], v2[3];
copy_v3_v3(v1, edge->v1->co);
copy_v3_v3(v2, edge->v2->co);