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>2020-02-11 10:45:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-11 10:45:08 +0300
commitbaa4b5e93c0dee956a7e2386d4b62a3adeea1a34 (patch)
tree8f3cd94b41bdcce246a6294a19d23fde35821856 /source/blender/makesrna/intern/rna_access_compare_override.c
parent452674db301f06c1a653b87c14c984acc18c4d29 (diff)
CLeanup: clang-format
Diffstat (limited to 'source/blender/makesrna/intern/rna_access_compare_override.c')
-rw-r--r--source/blender/makesrna/intern/rna_access_compare_override.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_access_compare_override.c b/source/blender/makesrna/intern/rna_access_compare_override.c
index a28293515b4..053a0765546 100644
--- a/source/blender/makesrna/intern/rna_access_compare_override.c
+++ b/source/blender/makesrna/intern/rna_access_compare_override.c
@@ -1060,7 +1060,7 @@ IDOverrideLibraryProperty *RNA_property_override_property_find(PointerRNA *ptr,
char *rna_path = RNA_path_from_ID_to_property(ptr, prop);
if (rna_path) {
IDOverrideLibraryProperty *op = BKE_lib_override_library_property_find(id->override_library,
- rna_path);
+ rna_path);
MEM_freeN(rna_path);
return op;
}