Cycles: Cleanup, indentation

This commit is contained in:
Sergey Sharybin 2017-06-08 12:03:08 +02:00
parent ff6b249046
commit 78c0f09d4f

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