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:
authorSybren A. Stüvel <sybren@blender.org>2020-12-04 13:28:56 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-12-04 13:28:56 +0300
commit1166110a9d66af9c5a47cee2be591f50fdc445e8 (patch)
tree48de061c356bf389ea0ab1101241f213fa8df41e /source/blender/makesdna/DNA_modifier_types.h
parent958df2ed1b6037b98eb73bb8e063732ba851854f (diff)
Cleanup: clang-format
Rerun `make format`. No functional changes.
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 edb0a4439d6..af7d7e9310f 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1588,7 +1588,7 @@ typedef struct WeightVGProximityModifierData {
/** Name of vertex group to modify/weight. MAX_VGROUP_NAME. */
char defgrp_name[64];
-
+
/* Mapping stuff. */
/** The custom mapping curve!. */
struct CurveMapping *cmap_curve;