From 1a208f03260b8b11977b1b2d41ca550711c57257 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 2 Jan 2019 17:03:45 +1100 Subject: Cleanup: indentation, naming Use rna naming conventions for unit-settings callbacks. --- source/blender/editors/curve/editcurve.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/curve') diff --git a/source/blender/editors/curve/editcurve.c b/source/blender/editors/curve/editcurve.c index 8c725dc8b9c..84f8f17d4ee 100644 --- a/source/blender/editors/curve/editcurve.c +++ b/source/blender/editors/curve/editcurve.c @@ -6133,8 +6133,9 @@ static const EnumPropertyItem curve_delete_type_items[] = { {0, NULL, 0, NULL, NULL} }; -static const EnumPropertyItem *rna_curve_delete_type_itemf(bContext *C, PointerRNA *UNUSED(ptr), - PropertyRNA *UNUSED(prop), bool *r_free) +static const EnumPropertyItem *rna_curve_delete_type_itemf( + bContext *C, PointerRNA *UNUSED(ptr), + PropertyRNA *UNUSED(prop), bool *r_free) { EnumPropertyItem *item = NULL; int totitem = 0; -- cgit v1.2.3