[Bf-blender-cvs] [6a48318] master: Cycles: Cleanup, indentation

Sergey Sharybin noreply at git.blender.org
Thu Aug 25 12:33:20 CEST 2016


Commit: 6a483181634b27a00044fc7caf0cd0e2933c84e6
Author: Sergey Sharybin
Date:   Thu Aug 25 12:33:07 2016 +0200
Branches: master
https://developer.blender.org/rB6a483181634b27a00044fc7caf0cd0e2933c84e6

Cycles: Cleanup, indentation

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

M	intern/cycles/kernel/kernel_path_branched.h

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

diff --git a/intern/cycles/kernel/kernel_path_branched.h b/intern/cycles/kernel/kernel_path_branched.h
index 64f1468..e38c1a0 100644
--- a/intern/cycles/kernel/kernel_path_branched.h
+++ b/intern/cycles/kernel/kernel_path_branched.h
@@ -112,7 +112,7 @@ ccl_device_noinline void kernel_branched_path_surface_indirect_light(KernelGloba
 			}
 
 			kernel_path_indirect(kg,
-						         indirect_sd,
+			                     indirect_sd,
 			                     emission_sd,
 			                     rng,
 			                     &bsdf_ray,
@@ -224,7 +224,7 @@ ccl_device void kernel_branched_path_subsurface_scatter(KernelGlobals *kg,
 				        kg,
 				        rng,
 				        &bssrdf_sd,
-						indirect_sd,
+				        indirect_sd,
 				        emission_sd,
 				        throughput,
 				        num_samples_inv,




More information about the Bf-blender-cvs mailing list