Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606@gmail.com>2020-04-03 20:23:05 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-04-03 20:23:05 +0300
commit200cc531bd2b66f886c1399da0f48f99619d39a5 (patch)
treecaae815e28abce1e7c5736f713ca0160aa2f3142 /source/blender/editors/sculpt_paint/sculpt_face_set.c
parentcfc8d73546239bf2e66f5ecf677374be4efb61ce (diff)
Cleanup: Missing clang format in previous commit
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_face_set.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_face_set.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_face_set.c b/source/blender/editors/sculpt_paint/sculpt_face_set.c
index a1bf2f7d7bd..1dd1fcf721d 100644
--- a/source/blender/editors/sculpt_paint/sculpt_face_set.c
+++ b/source/blender/editors/sculpt_paint/sculpt_face_set.c
@@ -24,8 +24,8 @@
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
-#include "BLI_math.h"
#include "BLI_hash.h"
+#include "BLI_math.h"
#include "BLI_task.h"
#include "DNA_brush_types.h"
@@ -223,7 +223,6 @@ void SCULPT_do_draw_face_sets_brush(Sculpt *sd, Object *ob, PBVHNode **nodes, in
}
}
-
/* Face Sets Operators */
typedef enum eSculptFaceGroupsCreateModes {