[Bf-blender-cvs] [5650fe77e4c] master: Cycles: Cleanup, indentation

Sergey Sharybin noreply at git.blender.org
Wed Dec 20 17:43:02 CET 2017


Commit: 5650fe77e4c2ba2f0717da6934c6038d490b802c
Author: Sergey Sharybin
Date:   Wed Dec 20 17:42:50 2017 +0100
Branches: master
https://developer.blender.org/rB5650fe77e4c2ba2f0717da6934c6038d490b802c

Cycles: Cleanup, indentation

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

M	intern/cycles/device/device_cuda.cpp

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

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,



More information about the Bf-blender-cvs mailing list