[Bf-blender-cvs] [78c0f09d4f4] master: Cycles: Cleanup, indentation

Sergey Sharybin noreply at git.blender.org
Thu Jun 8 12:03:27 CEST 2017


Commit: 78c0f09d4f43f43dd1d873975bcf6bbbad385b38
Author: Sergey Sharybin
Date:   Thu Jun 8 12:03:08 2017 +0200
Branches: master
https://developer.blender.org/rB78c0f09d4f43f43dd1d873975bcf6bbbad385b38

Cycles: Cleanup, indentation

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

M	intern/cycles/device/opencl/opencl_util.cpp

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

diff --git a/intern/cycles/device/opencl/opencl_util.cpp b/intern/cycles/device/opencl/opencl_util.cpp
index 642c1bfa11c..d27aa05c312 100644
--- a/intern/cycles/device/opencl/opencl_util.cpp
+++ b/intern/cycles/device/opencl/opencl_util.cpp
@@ -1063,7 +1063,7 @@ string OpenCLInfo::get_readable_device_name(cl_device_id device_id)
 	                   CL_DEVICE_BOARD_NAME_AMD,
 	                   sizeof(board_name),
 	                   &board_name,
-					   &length) == CL_SUCCESS)
+	                   &length) == CL_SUCCESS)
 	{
 		if(length != 0 && board_name[0] != '\0') {
 			return board_name;




More information about the Bf-blender-cvs mailing list