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-05-30 16:26:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-30 16:26:57 +0300
commitd0d2fc981952a3fd132058da6f93ccb9fc2c8195 (patch)
tree012bd4a6e16ed95be51e3bc238197b4065683de1 /source/blender/blenkernel/intern/studiolight.c
parent30fb4559779cbb1b520cf10c4877f8ead91e0257 (diff)
Cleanup: whitespace
Diffstat (limited to 'source/blender/blenkernel/intern/studiolight.c')
-rw-r--r--source/blender/blenkernel/intern/studiolight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/studiolight.c b/source/blender/blenkernel/intern/studiolight.c
index 4e7a0b2b9c5..12702275643 100644
--- a/source/blender/blenkernel/intern/studiolight.c
+++ b/source/blender/blenkernel/intern/studiolight.c
@@ -402,7 +402,7 @@ static void studiolight_calculate_irradiance_equirectangular_image(StudioLight *
float *color = colbuf;
for (int y = 0; y < STUDIOLIGHT_IRRADIANCE_EQUIRECTANGULAR_HEIGHT ; y ++) {
float yf = y / (float)STUDIOLIGHT_IRRADIANCE_EQUIRECTANGULAR_HEIGHT;
-
+
for (int x = 0; x < STUDIOLIGHT_IRRADIANCE_EQUIRECTANGULAR_WIDTH ; x ++) {
float xf = x / (float)STUDIOLIGHT_IRRADIANCE_EQUIRECTANGULAR_WIDTH;
float dir[3];