Skip to content

Commit 69f0f23

Browse files
martygrantaarongreig
authored andcommitted
Fix formatting.
1 parent 577c3e9 commit 69f0f23

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
@@ -401,8 +401,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urEnqueueUSMMemcpy(
401401
cl_event HostCopyEvent = nullptr, FinalCopyEvent = nullptr;
402402
clHostMemAllocINTEL_fn HostMemAlloc = nullptr;
403403
UR_RETURN_ON_FAILURE(cl_ext::getExtFuncFromContext<clHostMemAllocINTEL_fn>(
404-
CLContext, cl_ext::ExtFuncPtrCache->clHostMemAllocINTELCache,
405-
cl_ext::HostMemAllocName, &HostMemAlloc));
404+
CLContext, cl_ext::ExtFuncPtrCache->clHostMemAllocINTELCache,
405+
cl_ext::HostMemAllocName, &HostMemAlloc));
406406

407407
auto HostAlloc = HostMemAlloc(CLContext, nullptr, size, 0, &CLErr);
408408
CL_RETURN_ON_FAILURE(CLErr);

0 commit comments

Comments
 (0)