[Bf-blender-cvs] [e60d4d6a0c0] blender2.8: Code cleanup: Added newline

Jeroen Bakker noreply at git.blender.org
Thu Jun 21 09:05:41 CEST 2018


Commit: e60d4d6a0c0f1b3f170c8cb084043ff91dbd7f06
Author: Jeroen Bakker
Date:   Thu Jun 21 09:05:31 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBe60d4d6a0c0f1b3f170c8cb084043ff91dbd7f06

Code cleanup: Added newline

===================================================================

M	source/blender/blenkernel/intern/studiolight.c

===================================================================

diff --git a/source/blender/blenkernel/intern/studiolight.c b/source/blender/blenkernel/intern/studiolight.c
index e488551da6f..8bf0eb5be0e 100644
--- a/source/blender/blenkernel/intern/studiolight.c
+++ b/source/blender/blenkernel/intern/studiolight.c
@@ -605,6 +605,7 @@ static void studiolight_calculate_specular_irradiance(StudioLight *sl, float col
 	mul_v3_fl(color, 1.0 / M_PI);
 }
 #endif
+
 static bool studiolight_load_irradiance_equirectangular_image(StudioLight *sl)
 {
 #ifdef STUDIOLIGHT_LOAD_CACHED_FILES



More information about the Bf-blender-cvs mailing list