From 792a481bee4352478f624927680e7aa0eaeb2267 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 7 Apr 2022 14:34:51 +1000 Subject: Cleanup: clang-format --- source/blender/makesrna/intern/rna_attribute.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_attribute.c') diff --git a/source/blender/makesrna/intern/rna_attribute.c b/source/blender/makesrna/intern/rna_attribute.c index 01266a26104..b11250cf891 100644 --- a/source/blender/makesrna/intern/rna_attribute.c +++ b/source/blender/makesrna/intern/rna_attribute.c @@ -526,7 +526,9 @@ static void rna_AttributeGroup_active_color_index_range( *softmax = *max; } -static void rna_AttributeGroup_update_active_color(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr) +static void rna_AttributeGroup_update_active_color(Main *UNUSED(bmain), + Scene *UNUSED(scene), + PointerRNA *ptr) { ID *id = ptr->owner_id; -- cgit v1.2.3