From abda36c0760de280ec2d6c528297cf0b750be84b Mon Sep 17 00:00:00 2001 From: Pablo Dobarro Date: Sun, 14 Mar 2021 21:15:47 +0100 Subject: Sculpt: Apply latest clang-format changes to the branch --- source/blender/editors/sculpt_paint/paint_mask.c | 6 ++---- 1 file changed, 2 insertions(+), 4 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 be189ed88a9..a760ec16706 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.c +++ b/source/blender/editors/sculpt_paint/paint_mask.c @@ -1531,8 +1531,7 @@ static void project_gesture_tag_fairing_task_cb(void *__restrict userdata, SCULPT_undo_push_node(sgcontext->vc.obact, node, SCULPT_UNDO_COORDS); - BKE_pbvh_vertex_iter_begin(sgcontext->ss->pbvh, node, vd, PBVH_ITER_UNIQUE) - { + BKE_pbvh_vertex_iter_begin (sgcontext->ss->pbvh, node, vd, PBVH_ITER_UNIQUE) { if (!sculpt_gesture_is_vertex_effected(sgcontext, &vd)) { continue; } @@ -1559,8 +1558,7 @@ static void project_gesture_project_fairing_boundary_task_cb( PBVHNode *node = sgcontext->nodes[i]; PBVHVertexIter vd; - BKE_pbvh_vertex_iter_begin(sgcontext->ss->pbvh, node, vd, PBVH_ITER_UNIQUE) - { + BKE_pbvh_vertex_iter_begin (sgcontext->ss->pbvh, node, vd, PBVH_ITER_UNIQUE) { bool project_vertex = false; bool vertex_fairing_mask = project_operation->fairing_mask[vd.index]; -- cgit v1.2.3