Cleanup: commas at the end of enums

Without this clang-format may wrap them onto a single line.
This commit is contained in:
Campbell Barton
2019-01-15 23:57:49 +11:00
parent d4c851b976
commit 665acf22bd
102 changed files with 279 additions and 279 deletions

View File

@@ -229,7 +229,7 @@ enum IK_SegmentAxis {
IK_Z = 2,
IK_TRANS_X = 3,
IK_TRANS_Y = 4,
IK_TRANS_Z = 5
IK_TRANS_Z = 5,
};
static int initialize_chain(Object *ob, bPoseChannel *pchan_tip, bConstraint *con)