From 399f84d479ca16cc9d3368e17edb190bf9f07faf Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Mon, 20 Dec 2021 14:30:29 -0500 Subject: Run clang-format --- source/blender/editors/sculpt_paint/paint_intern.h | 2 +- source/blender/editors/sculpt_paint/sculpt.c | 1 - source/blender/editors/sculpt_paint/sculpt_brushes.c | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h index 09ef1930736..09013ea00f4 100644 --- a/source/blender/editors/sculpt_paint/paint_intern.h +++ b/source/blender/editors/sculpt_paint/paint_intern.h @@ -25,9 +25,9 @@ #include "BKE_paint.h" -#include "BLI_rect.h" #include "BLI_compiler_compat.h" #include "BLI_math.h" +#include "BLI_rect.h" #include "DNA_scene_types.h" diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index 19189fdc6c9..ea13bb7adca 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -2775,7 +2775,6 @@ typedef struct { bool original; } SculptFindNearestToRayData; - ePaintSymmetryAreas SCULPT_get_vertex_symm_area(const float co[3]) { ePaintSymmetryAreas symm_area = PAINT_SYMM_AREA_DEFAULT; diff --git a/source/blender/editors/sculpt_paint/sculpt_brushes.c b/source/blender/editors/sculpt_paint/sculpt_brushes.c index b0d4452c541..8842d93410c 100644 --- a/source/blender/editors/sculpt_paint/sculpt_brushes.c +++ b/source/blender/editors/sculpt_paint/sculpt_brushes.c @@ -293,7 +293,6 @@ static void sculpt_project_v3_normal_align(SculptSession *ss, grab_delta, ss->cache->sculpt_normal_symm, (len_signed * normal_weight) * len_view_scale); } - /* -------------------------------------------------------------------- */ /** \name Sculpt Draw Brush * \{ */ @@ -2677,7 +2676,6 @@ void SCULPT_do_displacement_smear_brush(Sculpt *sd, Object *ob, PBVHNode **nodes /** \} */ - /* -------------------------------------------------------------------- */ /** \name Sculpt Topology Rake (Shared Utility) * \{ */ -- cgit v1.2.3