Commit: 4ad1a7ab313d9a0382cf4c522412b3b882184b86 Author: Pablo Dobarro Date: Sun Mar 14 21:14:39 2021 +0100 Branches: sculpt-dev https://developer.blender.org/rB4ad1a7ab313d9a0382cf4c522412b3b882184b86
Cleanup: Clang format =================================================================== M source/blender/editors/sculpt_paint/sculpt_mask_init.c =================================================================== diff --git a/source/blender/editors/sculpt_paint/sculpt_mask_init.c b/source/blender/editors/sculpt_paint/sculpt_mask_init.c index b2fae9198fd..bad154bccb5 100644 --- a/source/blender/editors/sculpt_paint/sculpt_mask_init.c +++ b/source/blender/editors/sculpt_paint/sculpt_mask_init.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 "BLT_translation.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
