Cycles: Fix indentation

This commit is contained in:
Mai Lavelle
2017-03-07 05:21:36 -05:00
parent fe7cc94dfa
commit 64751552f7
6 changed files with 76 additions and 77 deletions

View File

@@ -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;