From 5650fe77e4c2ba2f0717da6934c6038d490b802c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 20 Dec 2017 17:42:50 +0100 Subject: [PATCH] Cycles: Cleanup, indentation --- intern/cycles/device/device_cuda.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp index a663da748df..391809e5278 100644 --- a/intern/cycles/device/device_cuda.cpp +++ b/intern/cycles/device/device_cuda.cpp @@ -1372,8 +1372,8 @@ public: void *args[] = {&task->render_buffer.samples, &task->tiles_mem.device_pointer, - &mean_offset, - &variance_offset, + &mean_offset, + &variance_offset, &mean_ptr, &variance_ptr, &task->rect,