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-09-13 10:50:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-13 10:50:02 +0300
commit9d336576b546ebf3ad1628e9e1f6f732207ee76d (patch)
tree3c6b6fe4f2c6cca720347e361ea7f8a0e3ec16ac /source/blender/makesrna/intern/rna_userdef.c
parente0394761b954759f8723bdc8f4a1686bf70954ed (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index b3a3d0198fe..13aea804957 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -6080,8 +6080,7 @@ static void rna_def_userdef_filepaths(BlenderRNA *brna)
prop = RNA_def_property(srna, "use_filter_files", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "uiflag", USER_FILTERFILEEXTS);
- RNA_def_property_ui_text(
- prop, "Filter Files", "Enable filtering of files in the File Browser");
+ RNA_def_property_ui_text(prop, "Filter Files", "Enable filtering of files in the File Browser");
prop = RNA_def_property(srna, "show_recent_locations", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_negative_sdna(prop, NULL, "uiflag", USER_HIDE_RECENT);