From a7f87cfc0d87b8ebbcdef6ec2aa665fd56bcd2cf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Sep 2014 10:16:11 +1000 Subject: Cleanup: de-duplicate link/append props --- source/blender/editors/sculpt_paint/paint_stroke.c | 3 +-- source/blender/editors/space_file/filesel.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c index 59a85b299ef..8f189b49aa6 100644 --- a/source/blender/editors/sculpt_paint/paint_stroke.c +++ b/source/blender/editors/sculpt_paint/paint_stroke.c @@ -396,8 +396,7 @@ static void paint_brush_stroke_add_step(bContext *C, wmOperator *op, const float copy_v2_v2(stroke->last_mouse_position, mouse_in); stroke->last_pressure = pressure; - if (paint_stroke_use_jitter(mode, brush, stroke->stroke_mode == BRUSH_STROKE_INVERT)) - { + if (paint_stroke_use_jitter(mode, brush, stroke->stroke_mode == BRUSH_STROKE_INVERT)) { float delta[2]; float factor = stroke->zoom_2d; diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c index 3e210af5d50..afe3f29e9bc 100644 --- a/source/blender/editors/space_file/filesel.c +++ b/source/blender/editors/space_file/filesel.c @@ -288,7 +288,7 @@ int ED_fileselect_layout_numfiles(FileLayout *layout, ARegion *ar) * - *_over: extra pixels, to take into account, when the fit isnt exact * (needed since you may see the end of the previous column and the beginning of the next). * - * Could be more clever and take scorlling into account, + * Could be more clever and take scrolling into account, * but for now don't bother. */ if (layout->flag & FILE_LAYOUT_HOR) { -- cgit v1.2.3