Cycles: Cleanup, indentation

This commit is contained in:
Sergey Sharybin 2017-05-05 16:52:23 +02:00
parent 622ce5672a
commit 850bb7a50b
1 changed files with 9 additions and 8 deletions

View File

@ -233,14 +233,15 @@ ccl_device void kernel_subsurface_scatter(KernelGlobals *kg)
if(!kernel_data.integrator.branched) {
#endif
if(kernel_path_subsurface_scatter(kg,
sd,
emission_sd,
L,
state,
&rng,
ray,
throughput,
ss_indirect)) {
sd,
emission_sd,
L,
state,
&rng,
ray,
throughput,
ss_indirect))
{
kernel_split_path_end(kg, ray_index);
}
#ifdef __BRANCHED_PATH__