From 64751552f7037777e9d28c292ee30926f6d8a1e8 Mon Sep 17 00:00:00 2001 From: Mai Lavelle Date: Tue, 7 Mar 2017 05:21:36 -0500 Subject: Cycles: Fix indentation --- intern/cycles/kernel/split/kernel_path_init.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intern/cycles/kernel/split/kernel_path_init.h') diff --git a/intern/cycles/kernel/split/kernel_path_init.h b/intern/cycles/kernel/split/kernel_path_init.h index d2e2ffaca91..fe3c9e1e8a2 100644 --- a/intern/cycles/kernel/split/kernel_path_init.h +++ b/intern/cycles/kernel/split/kernel_path_init.h @@ -50,9 +50,9 @@ ccl_device void kernel_path_init(KernelGlobals *kg) { /* Get pixel and tile position associated with the work. */ get_work_pixel_tile_position(kg, &pixel_x, &pixel_y, - &tile_x, &tile_y, - work_index, - ray_index); + &tile_x, &tile_y, + work_index, + ray_index); kernel_split_state.work_array[ray_index] = work_index; ccl_global uint *rng_state = kernel_split_params.rng_state; -- cgit v1.2.3