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-05-11 08:43:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-11 08:43:20 +0300
commit83a83a3d4b730dc98888ab6137738a5b6659bf96 (patch)
treeb43c623494e916262f16512567566c42794acea1 /source/blender/editors/mesh/editmesh_rip_edge.c
parent8c96cb55c33b4ae2d82b6b94472da8bd08b0fb34 (diff)
Cleanup: whitespace, duplicate includes
Diffstat (limited to 'source/blender/editors/mesh/editmesh_rip_edge.c')
-rw-r--r--source/blender/editors/mesh/editmesh_rip_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_rip_edge.c b/source/blender/editors/mesh/editmesh_rip_edge.c
index d32b915facc..33dc252ab14 100644
--- a/source/blender/editors/mesh/editmesh_rip_edge.c
+++ b/source/blender/editors/mesh/editmesh_rip_edge.c
@@ -135,7 +135,7 @@ static int edbm_rip_edge_invoke(bContext *C, wmOperator *UNUSED(op), const wmEve
float v_sco[2];
if (BM_elem_flag_test(v, BM_ELEM_SELECT) &&
- BM_elem_flag_test(v, BM_ELEM_TAG) == false)
+ BM_elem_flag_test(v, BM_ELEM_TAG) == false)
{
/* Rules for */
float angle_best = FLT_MAX;