Skip to content

Commit 7a3defb

Browse files
committed
clang-format
1 parent 12b08d9 commit 7a3defb

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
@@ -291,7 +291,8 @@ Error olGetDeviceInfoImplDetail(ol_device_handle_t Device,
291291
return Info.write<void *>(Device->Platform);
292292
if (PropName == OL_DEVICE_INFO_TYPE)
293293
return Info.write<ol_device_type_t>(OL_DEVICE_TYPE_GPU);
294-
// TODO: Update when https://github.com/llvm/llvm-project/pull/147314 is merged
294+
// TODO: Update when https://github.com/llvm/llvm-project/pull/147314 is
295+
// merged
295296
if (PropName > OL_DEVICE_INFO_MAX_WORK_GROUP_SIZE)
296297
return createOffloadError(ErrorCode::INVALID_ENUMERATION,
297298
"getDeviceInfo enum '%i' is invalid", PropName);

0 commit comments

Comments
 (0)