From 7bc2f54867db5c56fc6934d09355836a17669cf3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 22 Jun 2014 15:02:27 +1000 Subject: Code cleanup: style --- source/blender/editors/mesh/editmesh_rip_edge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mesh/editmesh_rip_edge.c') diff --git a/source/blender/editors/mesh/editmesh_rip_edge.c b/source/blender/editors/mesh/editmesh_rip_edge.c index 1f897f2d376..9ffdd715616 100644 --- a/source/blender/editors/mesh/editmesh_rip_edge.c +++ b/source/blender/editors/mesh/editmesh_rip_edge.c @@ -162,7 +162,7 @@ static int edbm_rip_edge_invoke(bContext *C, wmOperator *UNUSED(op), const wmEve /* pass */ } /* selection not 0 or 1, do nothing */ - else { + else { goto found_edge; } #endif -- cgit v1.2.3