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 <ideasman42@gmail.com>2021-12-07 10:39:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-07 10:39:16 +0300
commitc6a200c693f038db41bb20c680a58295b34c3f8b (patch)
treea4ebfd243635a2b99ae902d6c15d857bc0c0d4bd
parent1e7ef83e4677e90b4b9b37d43ac9beb3525898e1 (diff)
Cleanup: clang-format
-rw-r--r--source/blender/makesrna/intern/rna_access_compare_override.c26
1 files changed, 13 insertions, 13 deletions
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);
}