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:
authorJeroen Bakker <jeroen@blender.org>2021-03-30 09:08:15 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-30 09:08:15 +0300
commit89e46f578f79cc0d5469d6b3e5a7098f56391129 (patch)
tree2bd595ba6af6dd0523fc4e6b67157662e15695aa /source/blender/editors/mesh/editmesh_knife.c
parent52d09dad9c03d2214d1fde20bdc543f70b0174d3 (diff)
Cleanup: clang-tidy warning.
Diffstat (limited to 'source/blender/editors/mesh/editmesh_knife.c')
-rw-r--r--source/blender/editors/mesh/editmesh_knife.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index 44784846349..19510712565 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -2022,9 +2022,7 @@ static bool knife_snap_edge_in_angle(KnifeTool_OpData *kcd,
*r_lambda = lambda;
return true;
}
- else {
- return false;
- }
+ return false;
}
/* p is closest point on edge to the mouse cursor */