[Bf-blender-cvs] [399f84d479c] master: Run clang-format

Joseph Eagar noreply at git.blender.org
Mon Dec 20 20:38:30 CET 2021


Commit: 399f84d479ca16cc9d3368e17edb190bf9f07faf
Author: Joseph Eagar
Date:   Mon Dec 20 14:30:29 2021 -0500
Branches: master
https://developer.blender.org/rB399f84d479ca16cc9d3368e17edb190bf9f07faf

Run clang-format

===================================================================

M	source/blender/editors/sculpt_paint/paint_intern.h
M	source/blender/editors/sculpt_paint/sculpt.c
M	source/blender/editors/sculpt_paint/sculpt_brushes.c

===================================================================

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)
  * \{ */



More information about the Bf-blender-cvs mailing list