Cleanup: trailing commas
Needed for clan-format not to wrap onto one line.
This commit is contained in:
@@ -254,7 +254,7 @@ void DPAINT_OT_output_toggle(wmOperatorType *ot)
|
||||
static const EnumPropertyItem prop_output_toggle_types[] = {
|
||||
{0, "A", 0, "Output A", ""},
|
||||
{1, "B", 0, "Output B", ""},
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
{0, NULL, 0, NULL, NULL},
|
||||
};
|
||||
|
||||
/* identifiers */
|
||||
|
||||
Reference in New Issue
Block a user