From 11703b49559de15ac952696689e99c7e5fccb370 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 27 Aug 2013 21:30:33 +0000 Subject: style cleanup --- source/blender/bmesh/intern/bmesh_opdefines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/intern/bmesh_opdefines.c') diff --git a/source/blender/bmesh/intern/bmesh_opdefines.c b/source/blender/bmesh/intern/bmesh_opdefines.c index 86739385728..b3054a11e56 100644 --- a/source/blender/bmesh/intern/bmesh_opdefines.c +++ b/source/blender/bmesh/intern/bmesh_opdefines.c @@ -1129,7 +1129,7 @@ static BMOpDefine bmo_bisect_plane_def = { {"dist", BMO_OP_SLOT_FLT}, /* minimum distance when testing if a vert is exactly on the plane */ {"plane_co", BMO_OP_SLOT_VEC}, /* point on the plane */ {"plane_no", BMO_OP_SLOT_VEC}, /* direction of the plane */ - {"use_snap_center",BMO_OP_SLOT_BOOL}, /* snap axis aligned verts to the center */ + {"use_snap_center", BMO_OP_SLOT_BOOL}, /* snap axis aligned verts to the center */ {"clear_outer", BMO_OP_SLOT_BOOL}, /* when enabled. remove all geometry on the positive side of the plane */ {"clear_inner", BMO_OP_SLOT_BOOL}, /* when enabled. remove all geometry on the negative side of the plane */ {{'\0'}}, -- cgit v1.2.3