From 744f6339865fa8ed00b2e98aa5812b94d67a8604 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 Feb 2019 14:01:45 +1100 Subject: Cleanup: trailing commas Needed for clan-format not to wrap onto one line. --- source/blender/bmesh/intern/bmesh_opdefines.c | 2 +- source/blender/bmesh/intern/bmesh_operator_api.h | 2 +- source/blender/bmesh/intern/bmesh_operators.h | 14 +++++++------- source/blender/bmesh/intern/bmesh_walkers.h | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'source/blender/bmesh/intern') diff --git a/source/blender/bmesh/intern/bmesh_opdefines.c b/source/blender/bmesh/intern/bmesh_opdefines.c index fe43ebd1db9..6dfbdb777ea 100644 --- a/source/blender/bmesh/intern/bmesh_opdefines.c +++ b/source/blender/bmesh/intern/bmesh_opdefines.c @@ -1134,7 +1134,7 @@ static BMO_FlagSet bmo_enum_dissolve_limit_flags[] = { {BMO_DELIM_SEAM, "SEAM"}, {BMO_DELIM_SHARP, "SHARP"}, {BMO_DELIM_UV, "UV"}, - {0, NULL} + {0, NULL}, }; /* diff --git a/source/blender/bmesh/intern/bmesh_operator_api.h b/source/blender/bmesh/intern/bmesh_operator_api.h index 60ecb21cc00..1d7392e0b3c 100644 --- a/source/blender/bmesh/intern/bmesh_operator_api.h +++ b/source/blender/bmesh/intern/bmesh_operator_api.h @@ -358,7 +358,7 @@ enum { /* A version of 'DEL_FACES' that keeps edges on face boundaries, * allowing the surrounding edge-loop to be kept from removed face regions. */ DEL_FACES_KEEP_BOUNDARY, - DEL_ONLYTAGGED + DEL_ONLYTAGGED, }; typedef enum { diff --git a/source/blender/bmesh/intern/bmesh_operators.h b/source/blender/bmesh/intern/bmesh_operators.h index d346aa1b17b..ab4637b0456 100644 --- a/source/blender/bmesh/intern/bmesh_operators.h +++ b/source/blender/bmesh/intern/bmesh_operators.h @@ -30,7 +30,7 @@ enum { SUBD_CORNER_INNERVERT, SUBD_CORNER_PATH, SUBD_CORNER_FAN, - SUBD_CORNER_STRAIGHT_CUT + SUBD_CORNER_STRAIGHT_CUT, }; /* aligned with PROP_SMOOTH and friends */ @@ -47,7 +47,7 @@ enum { SUBDIV_SELECT_NONE, SUBDIV_SELECT_ORIG, SUBDIV_SELECT_INNER, - SUBDIV_SELECT_LOOPCUT + SUBDIV_SELECT_LOOPCUT, }; /* subdivide_edgering */ @@ -72,7 +72,7 @@ enum { SIMFACE_COPLANAR, SIMFACE_SMOOTH, SIMFACE_FACEMAP, - SIMFACE_FREESTYLE + SIMFACE_FREESTYLE, }; /* similar edge selection slot values */ @@ -85,7 +85,7 @@ enum { SIMEDGE_BEVEL, SIMEDGE_SEAM, SIMEDGE_SHARP, - SIMEDGE_FREESTYLE + SIMEDGE_FREESTYLE, }; /* similar vertex selection slot values */ @@ -93,14 +93,14 @@ enum { SIMVERT_NORMAL = 0, SIMVERT_FACE, SIMVERT_VGROUP, - SIMVERT_EDGE + SIMVERT_EDGE, }; /* Poke face center calculation */ enum { BMOP_POKE_MEDIAN_WEIGHTED = 0, BMOP_POKE_MEDIAN, - BMOP_POKE_BOUNDS + BMOP_POKE_BOUNDS, }; /* Bevel offset_type slot values */ @@ -108,7 +108,7 @@ enum { BEVEL_AMT_OFFSET, BEVEL_AMT_WIDTH, BEVEL_AMT_DEPTH, - BEVEL_AMT_PERCENT + BEVEL_AMT_PERCENT, }; /* Bevel face_strength_mode values: should match face_str mode enum in DNA_modifer_types.h */ diff --git a/source/blender/bmesh/intern/bmesh_walkers.h b/source/blender/bmesh/intern/bmesh_walkers.h index 863d191d0fe..c89024dec01 100644 --- a/source/blender/bmesh/intern/bmesh_walkers.h +++ b/source/blender/bmesh/intern/bmesh_walkers.h @@ -125,7 +125,7 @@ enum { /* do not intitialze function pointers and struct size in BMW_init */ BMW_CUSTOM, - BMW_MAXWALKERS + BMW_MAXWALKERS, }; /* use with BMW_init, so as not to confuse with restrict flags */ -- cgit v1.2.3