Cleanup: style
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user