Run clang-format

This commit is contained in:
Joseph Eagar 2021-12-20 14:30:29 -05:00
parent d93dd85951
commit 399f84d479
3 changed files with 1 additions and 4 deletions

View File

@ -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"

View File

@ -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;

View File

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