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>2012-09-27 00:26:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-27 00:26:31 +0400
commitdbeddcdbcef7d6622f08c4647e5253165dbebe07 (patch)
tree080643c4043f250c15178c084fd1804b48fdb862 /source/blender/editors/mesh/editmesh_knife.c
parenta12f5bbc7d4ce023315732b6a9ef2224047dcc2a (diff)
style cleanup: also correct incorrect doxy heading
Diffstat (limited to 'source/blender/editors/mesh/editmesh_knife.c')
-rw-r--r--source/blender/editors/mesh/editmesh_knife.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index 1dcbf574b44..5bee29205e4 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -566,7 +566,9 @@ static int find_connected_linehit(KnifeTool_OpData *kcd, int testi, BMFace *f, i
if (testi >= 0 && testi < kcd->totlinehit) {
if (knife_find_common_face(&kcd->linehits[testi].kfe->faces,
&kcd->linehits[i].kfe->faces))
+ {
return i;
+ }
}
else if (f) {
if (find_ref(&kcd->linehits[i].kfe->faces, f))