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:
authorBastien Montagne <b.mont29@gmail.com>2020-02-12 12:45:21 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-12 12:46:53 +0300
commit0e15850a7eedbdf236e977c663efaceff23572e1 (patch)
tree7868b772a3b7f46d97bf2e729703280f5172cdc2 /source/blender/makesdna/DNA_modifier_types.h
parente32457952b45e5df7c3fc7d3e948e1403c7452da (diff)
Cleanup: clang-format.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 474e9107bc4..918b4a2a7ea 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -703,7 +703,7 @@ typedef struct ArmatureModifierData {
enum {
MOD_HOOK_UNIFORM_SPACE = (1 << 0),
- MOD_HOOK_INVERT_VGROUP = (1 << 1)
+ MOD_HOOK_INVERT_VGROUP = (1 << 1),
};
/* same as WarpModifierFalloff */