Cleanup: style

This commit is contained in:
Campbell Barton
2018-08-14 10:00:15 +10:00
parent e24cd10245
commit 98f4a8eedf
5 changed files with 777 additions and 776 deletions

View File

@@ -2721,7 +2721,8 @@ enum { DEL_PARTICLE, DEL_KEY };
static const EnumPropertyItem delete_type_items[] = { static const EnumPropertyItem delete_type_items[] = {
{DEL_PARTICLE, "PARTICLE", 0, "Particle", ""}, {DEL_PARTICLE, "PARTICLE", 0, "Particle", ""},
{DEL_KEY, "KEY", 0, "Key", ""}, {DEL_KEY, "KEY", 0, "Key", ""},
{0, NULL, 0, NULL, NULL}}; {0, NULL, 0, NULL, NULL}
};
static void set_delete_particle(PEData *data, int pa_index) static void set_delete_particle(PEData *data, int pa_index)
{ {