Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-04-07 07:34:51 +0300
committerCampbell Barton <campbell@blender.org>2022-04-07 07:34:51 +0300
commit792a481bee4352478f624927680e7aa0eaeb2267 (patch)
tree540079205c91056f2dfc4455b17bf1c4ab5a4692 /source/blender/makesrna/intern/rna_attribute.c
parent81ec3dce6542f996e5d61017fab83bd721b61822 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/makesrna/intern/rna_attribute.c')
-rw-r--r--source/blender/makesrna/intern/rna_attribute.c4
1 files changed, 3 insertions, 1 deletions
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;