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>2019-04-17 10:34:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 10:34:15 +0300
commit1961c61d2033b301ffcaf22ac3bfbe3852a6a4f4 (patch)
tree540bf13a95957e00516447d4b55b9306a3babd86 /source/blender/makesrna/intern/rna_curve.c
parentac2317f9800efedbe5546e4ee6a956079c156f81 (diff)
ClangFormat: re-run (#if 0 caused noise)
Diffstat (limited to 'source/blender/makesrna/intern/rna_curve.c')
-rw-r--r--source/blender/makesrna/intern/rna_curve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_curve.c b/source/blender/makesrna/intern/rna_curve.c
index 2e021d7ae15..7afc0ca6eae 100644
--- a/source/blender/makesrna/intern/rna_curve.c
+++ b/source/blender/makesrna/intern/rna_curve.c
@@ -1315,7 +1315,7 @@ static void rna_def_charinfo(BlenderRNA *brna)
* /
# endif
- prop = RNA_def_property(srna, "use_small_caps", PROP_BOOLEAN, PROP_NONE);
+ prop = RNA_def_property(srna, "use_small_caps", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", CU_CHINFO_SMALLCAPS);
RNA_def_property_ui_text(prop, "Small Caps", "");
RNA_def_property_ui_icon(prop, ICON_SMALL_CAPS, 0);