From c6a200c693f038db41bb20c680a58295b34c3f8b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Dec 2021 18:39:16 +1100 Subject: Cleanup: clang-format --- .../makesrna/intern/rna_access_compare_override.c | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'source/blender') diff --git a/source/blender/makesrna/intern/rna_access_compare_override.c b/source/blender/makesrna/intern/rna_access_compare_override.c index 559e3f80abc..6ac44ae6121 100644 --- a/source/blender/makesrna/intern/rna_access_compare_override.c +++ b/source/blender/makesrna/intern/rna_access_compare_override.c @@ -615,19 +615,19 @@ static bool rna_property_override_operation_apply(Main *bmain, /* get and set the default values as appropriate for the various types */ const bool success = override_apply(bmain, - ptr_dst, - ptr_src, - ptr_storage, - prop_dst, - prop_src, - prop_storage, - len_dst, - len_src, - len_storage, - ptr_item_dst, - ptr_item_src, - ptr_item_storage, - opop); + ptr_dst, + ptr_src, + ptr_storage, + prop_dst, + prop_src, + prop_storage, + len_dst, + len_src, + len_storage, + ptr_item_dst, + ptr_item_src, + ptr_item_storage, + opop); if (success) { RNA_property_update_main(bmain, NULL, ptr_dst, prop_dst); } -- cgit v1.2.3