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>2018-07-31 12:07:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-31 12:07:56 +0300
commitf6300030e01609a8f80645fd8c6603aa75da80d5 (patch)
treee381dc84daac9c17bea117fc96ed34e01652d7f4 /source/blender/makesrna/intern/rna_shader_fx.c
parent66da2f537ae80ce2b31d1eaf34ad8c03d858938d (diff)
Cleanup: trailing space
Diffstat (limited to 'source/blender/makesrna/intern/rna_shader_fx.c')
-rw-r--r--source/blender/makesrna/intern/rna_shader_fx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_shader_fx.c b/source/blender/makesrna/intern/rna_shader_fx.c
index 4956333b202..950aef9a8dd 100644
--- a/source/blender/makesrna/intern/rna_shader_fx.c
+++ b/source/blender/makesrna/intern/rna_shader_fx.c
@@ -443,7 +443,7 @@ static void rna_def_shader_fx_light(BlenderRNA *brna)
{
StructRNA *srna;
PropertyRNA *prop;
-
+
srna = RNA_def_struct(brna, "ShaderFxLight", "ShaderFx");
RNA_def_struct_ui_text(srna, "Light Effect", "Light effect");
RNA_def_struct_sdna(srna, "LightShaderFxData");
@@ -517,7 +517,7 @@ void RNA_def_shader_fx(BlenderRNA *brna)
RNA_def_property_ui_text(prop, "Edit Mode", "Display effect in Edit mode");
RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, "rna_ShaderFx_update");
RNA_def_property_ui_icon(prop, ICON_EDITMODE_HLT, 0);
-
+
prop = RNA_def_property(srna, "show_expanded", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "mode", eShaderFxMode_Expanded);
RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_STATIC);