From 523414dda2bf81b69b1c04e1145ac21758fa4268 Mon Sep 17 00:00:00 2001 From: Lukas Stockner Date: Sat, 31 Oct 2020 01:55:44 +0100 Subject: Cleanup: clang-format --- source/blender/editors/sculpt_paint/paint_mask.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c index 823ab525ab2..96d34dd6145 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.c +++ b/source/blender/editors/sculpt_paint/paint_mask.c @@ -999,8 +999,9 @@ static void sculpt_gesture_trim_normals_update(SculptGestureContext *sgcontext) /* Get the origin and normal that are going to be used for calculating the depth and position the * trimming geometry. */ -static void sculpt_gesture_trim_shape_origin_normal_get( - SculptGestureContext *sgcontext, float *r_origin, float *r_normal) +static void sculpt_gesture_trim_shape_origin_normal_get(SculptGestureContext *sgcontext, + float *r_origin, + float *r_normal) { SculptGestureTrimOperation *trim_operation = (SculptGestureTrimOperation *)sgcontext->operation; /* Use the view origin and normal in world space. The trimming mesh coordinates are -- cgit v1.2.3