From 35ddcb4041e0c98f9a77827e0b8b031c83cec253 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 12 Feb 2021 07:47:02 +1100 Subject: Cleanup: clang-format, spelling --- source/blender/editors/sculpt_paint/paint_mask.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_mask.c') diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c index bacb3b549e3..26e2bcc42cf 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.c +++ b/source/blender/editors/sculpt_paint/paint_mask.c @@ -1073,8 +1073,6 @@ static void sculpt_gesture_trim_calculate_depth(SculptGestureContext *sgcontext) mid_point_depth = ss->gesture_initial_hit ? 0.0f : (trim_operation->depth_back + trim_operation->depth_front) * 0.5f; - - } const float depth_radius = ss->cursor_radius; -- cgit v1.2.3