Cleanup: indentation, naming

Use rna naming conventions for unit-settings callbacks.
This commit is contained in:
2019-01-02 17:03:45 +11:00
parent 09f46ef6fa
commit 1a208f0326
17 changed files with 185 additions and 161 deletions

View File

@@ -689,8 +689,9 @@ static void rna_softbody_dependency_update(Main *bmain, Scene *scene, PointerRNA
rna_softbody_update(bmain, scene, ptr);
}
static const EnumPropertyItem *rna_Effector_shape_itemf(bContext *UNUSED(C), PointerRNA *ptr,
PropertyRNA *UNUSED(prop), bool *UNUSED(r_free))
static const EnumPropertyItem *rna_Effector_shape_itemf(
bContext *UNUSED(C), PointerRNA *ptr,
PropertyRNA *UNUSED(prop), bool *UNUSED(r_free))
{
Object *ob = NULL;