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>2013-05-24 00:20:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-24 00:20:24 +0400
commitcbc431ec1277c300fa43e133c188c65df9b6247a (patch)
tree069ca983456f2974386d059d46f26d2f04b230a6 /source/blender/editors/sculpt_paint
parent999c309b183148146acfc36b15d2b1d149bb5d53 (diff)
style cleanup: also remove unused var
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 9d727dc689f..d82606f52f0 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -679,7 +679,7 @@ int paint_stroke_modal(bContext *C, wmOperator *op, const wmEvent *event)
return OPERATOR_PASS_THROUGH;
/* one time initialization */
- if(!stroke->stroke_init) {
+ if (!stroke->stroke_init) {
stroke->smooth_stroke_cursor =
WM_paint_cursor_activate(CTX_wm_manager(C), paint_poll, paint_draw_smooth_stroke, stroke);