Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-06-08 13:03:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-06-08 13:03:08 +0300
commit78c0f09d4f43f43dd1d873975bcf6bbbad385b38 (patch)
tree089c72abc59f22d279543b39b8229351033b9e09 /intern/cycles
parentff6b2490468ed7103685d5c06d73393f361a7950 (diff)
Cycles: Cleanup, indentation
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/device/opencl/opencl_util.cpp2
1 files changed, 1 insertions, 1 deletions
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;