Skip to content

Commit 56167e1

Browse files
committed
Incorporating code review comments
Signed-off-by: Gail Lyons <[email protected]>
1 parent 183585c commit 56167e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2615,7 +2615,7 @@ piEnqueueKernelLaunch(pi_queue Queue, pi_kernel Kernel, pi_uint32 WorkDim,
26152615
assert(Queue);
26162616
assert((WorkDim > 0) && (WorkDim < 4));
26172617
if (GlobalWorkOffset != NULL) {
2618-
for(pi_uint32 i=0; i<WorkDim; i++) {
2618+
for (pi_uint32 i = 0; i < WorkDim; i++) {
26192619
assert(GlobalWorkOffset[i] == 0);
26202620
}
26212621
}

0 commit comments

Comments
 (0)