From bff1dae7675f67717591e5f8d44b142fee331c2d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 28 Jan 2018 17:00:39 +1100 Subject: Cleanup: style, spelling --- source/blender/editors/sculpt_paint/paint_stroke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c index 40d88d4901c..2ce047e33ec 100644 --- a/source/blender/editors/sculpt_paint/paint_stroke.c +++ b/source/blender/editors/sculpt_paint/paint_stroke.c @@ -369,7 +369,7 @@ static bool paint_brush_update(bContext *C, else if (!(brush->flag & BRUSH_CURVE)) { if (!paint_calculate_rake_rotation(ups, brush, mouse_init)) { /* Not enough motion to define an angle. */ - if(!stroke->rake_started) { + if (!stroke->rake_started) { is_dry_run = true; } } -- cgit v1.2.3