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>2014-06-22 09:02:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-22 09:02:27 +0400
commit7bc2f54867db5c56fc6934d09355836a17669cf3 (patch)
tree2d9ea7142e948a7022ef8f86cef83401b57b168f /source/blender/editors/mesh/editmesh_rip_edge.c
parent27624320526540094b6f635215e36de8092ec94f (diff)
Code cleanup: style
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 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