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-01-12 15:05:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-12 15:05:24 +0400
commit62aa004c25572fceb44ffdff37dd20119b81ca02 (patch)
tree0438cd3d81489566ff4565fd8b6dde42add72d99 /source/blender/bmesh/tools/bmesh_bisect_plane.c
parent74216cfdcea325a700ba0322d5a953a21896e37f (diff)
Style Cleanup: whitespace
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_bisect_plane.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_bisect_plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_bisect_plane.c b/source/blender/bmesh/tools/bmesh_bisect_plane.c
index 7001cfa4061..7a33dc40f8e 100644
--- a/source/blender/bmesh/tools/bmesh_bisect_plane.c
+++ b/source/blender/bmesh/tools/bmesh_bisect_plane.c
@@ -248,7 +248,7 @@ static void bm_face_bisect_verts(BMesh *bm, BMFace *f, const float plane[4], con
/* would be nice to avoid loop lookup here,
* but we need to know which face the verts are in */
if ((l_a = BM_face_vert_share_loop(face_split_arr[j], v_a)) &&
- (l_b = BM_face_vert_share_loop(face_split_arr[j], v_b)))
+ (l_b = BM_face_vert_share_loop(face_split_arr[j], v_b)))
{
found = true;
break;