From eb0a9346df033bdc9ceb34b1d8bbc583131f925d Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Fri, 25 Aug 2023 12:18:13 -0700 Subject: [PATCH] Cleanup: Make format Only formatting changes. --- source/blender/editors/sculpt_paint/paint_vertex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/sculpt_paint/paint_vertex.cc b/source/blender/editors/sculpt_paint/paint_vertex.cc index de0cc3583a4..c7595be1a35 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex.cc @@ -293,7 +293,7 @@ Vector pbvh_gather_generic(Object *ob, VPaint *wp, Sculpt *sd, Brush ss->pbvh, [&](PBVHNode &node) { return SCULPT_search_sphere(&node, &data); }); if (use_normal) { - SCULPT_pbvh_calc_area_normal(brush, ob, nodes, ss->cache->sculpt_normal_symm); + SCULPT_pbvh_calc_area_normal(brush, ob, nodes, ss->cache->sculpt_normal_symm); } else { zero_v3(ss->cache->sculpt_normal_symm);