Skip to content

Commit 8fc4499

Browse files
committed
clang-format
1 parent 5358e50 commit 8fc4499

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

offload/liboffload/src/OffloadImpl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@ Error olGetDeviceInfoImplDetail(ol_device_handle_t Device,
304304
return Info.write<void *>(Device->Platform);
305305
if (PropName == OL_DEVICE_INFO_TYPE)
306306
return Info.write<ol_device_type_t>(OL_DEVICE_TYPE_GPU);
307-
// TODO: Update when https://github.com/llvm/llvm-project/pull/147314 is merged
307+
// TODO: Update when https://github.com/llvm/llvm-project/pull/147314 is
308+
// merged
308309
if (PropName > OL_DEVICE_INFO_MAX_WORK_GROUP_SIZE)
309310
return createOffloadError(ErrorCode::INVALID_ENUMERATION,
310311
"getDeviceInfo enum '%i' is invalid", PropName);

0 commit comments

Comments
 (0)