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-09 04:44:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-09 04:44:59 +0400
commite47a41e3fc5299c1416487972297e7de69472f1b (patch)
treec66b9b78596830f580e1a1f340e8ddfc21ee784b /source/blender/editors/mesh/editmesh_bisect.c
parent8c0f9365c0387911a9891eac9e9a561c02dc9964 (diff)
Code Cleanup: style
Diffstat (limited to 'source/blender/editors/mesh/editmesh_bisect.c')
-rw-r--r--source/blender/editors/mesh/editmesh_bisect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_bisect.c b/source/blender/editors/mesh/editmesh_bisect.c
index 4b521516992..fe49d9ad000 100644
--- a/source/blender/editors/mesh/editmesh_bisect.c
+++ b/source/blender/editors/mesh/editmesh_bisect.c
@@ -176,7 +176,7 @@ static int mesh_bisect_modal(bContext *C, wmOperator *op, const wmEvent *event)
/* update or clear modal callout */
if (event->type == EVT_MODAL_MAP) {
- if(event->val == GESTURE_MODAL_BEGIN) {
+ if (event->val == GESTURE_MODAL_BEGIN) {
ED_area_headerprint(CTX_wm_area(C), IFACE_("LMB: Release to confirm cut line"));
}
else {