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-02-18 00:35:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-18 00:50:02 +0300
commit485915115490fc04e4eafbaac66f2917fe932020 (patch)
tree04b2b417b1c304668a882da8ffc05b60edb87877 /source/blender/makesrna/intern/rna_lamp.c
parent4bbd1b9610f6d85079ea5bc31fc1949f8409a1a4 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/makesrna/intern/rna_lamp.c')
-rw-r--r--source/blender/makesrna/intern/rna_lamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_lamp.c b/source/blender/makesrna/intern/rna_lamp.c
index 2e2361aca80..2cec4668e87 100644
--- a/source/blender/makesrna/intern/rna_lamp.c
+++ b/source/blender/makesrna/intern/rna_lamp.c
@@ -186,7 +186,7 @@ static void rna_def_light_energy(StructRNA *srna, bool distant)
{
PropertyRNA *prop;
- if(distant) {
+ if (distant) {
/* Distant light strength has no unit defined, it's proportional to
* Watt/m^2 and is not sensitive to scene unit scale. */
prop = RNA_def_property(srna, "energy", PROP_FLOAT, PROP_NONE);