Skip to content

Commit e479985

Browse files
committed
Fix formatting.
1 parent 1b95d27 commit e479985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/adapters/opencl/usm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urEnqueueUSMMemcpy(
386386
cl_event HostCopyEvent = nullptr, FinalCopyEvent = nullptr;
387387
clHostMemAllocINTEL_fn HostMemAlloc = nullptr;
388388
UR_RETURN_ON_FAILURE(cl_ext::getExtFuncFromContext<clHostMemAllocINTEL_fn>(
389-
CLContext, cl_ext::ExtFuncPtrCache->clHostMemAllocINTELCache,
390-
cl_ext::HostMemAllocName, &HostMemAlloc));
389+
CLContext, cl_ext::ExtFuncPtrCache->clHostMemAllocINTELCache,
390+
cl_ext::HostMemAllocName, &HostMemAlloc));
391391

392392
auto HostAlloc = HostMemAlloc(CLContext, nullptr, size, 0, &CLErr);
393393
CL_RETURN_ON_FAILURE(CLErr);

0 commit comments

Comments
 (0)