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>2013-04-05 20:55:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-05 20:55:12 +0400
commit002dbaece721beaacf7da149309214f2dc9111af (patch)
treeb69cf7d8912aa147a60e81f7f4caa3e3f36df11f /source/blender/makesrna/intern/rna_linestyle.c
parentfabbc5b1fa8d09e5f0b964d45b5f53caa9548c0b (diff)
style cleanup
Diffstat (limited to 'source/blender/makesrna/intern/rna_linestyle.c')
-rw-r--r--source/blender/makesrna/intern/rna_linestyle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_linestyle.c b/source/blender/makesrna/intern/rna_linestyle.c
index a1225acb305..84c6827a8f6 100644
--- a/source/blender/makesrna/intern/rna_linestyle.c
+++ b/source/blender/makesrna/intern/rna_linestyle.c
@@ -504,7 +504,7 @@ static void rna_def_linestyle_modifiers(BlenderRNA *brna)
rna_def_alpha_modifier(srna);
rna_def_modifier_curve_common(srna, TRUE, FALSE);
- srna= RNA_def_struct(brna, "LineStyleAlphaModifier_DistanceFromObject", "LineStyleAlphaModifier");
+ srna = RNA_def_struct(brna, "LineStyleAlphaModifier_DistanceFromObject", "LineStyleAlphaModifier");
RNA_def_struct_ui_text(srna, "Distance from Object",
"Change alpha transparency based on the distance from an object");
rna_def_alpha_modifier(srna);