Skip to content

Commit ef717fd

Browse files
committed
clang-formattery nonsense. Thanks, clang-format.
Signed-off-by: Chris Perkins <[email protected]>
1 parent 8b87920 commit ef717fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/memory_manager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,10 @@ void copyH2D(SYCLMemObjI *SYCLMemObj, char *SrcMem, QueueImplPtr,
313313
/*blocking_write=*/CL_FALSE, DstXOffBytes, DstARWidthBytes,
314314
SrcMem + SrcXOffBytes, DepEvents.size(), DepEvents.data(), &OutEvent);
315315
} else {
316-
size_t BufferRowPitch = (1 == DimDst) ? 0 : DstSzWidthBytes;
316+
size_t BufferRowPitch = (1 == DimDst) ? 0 : DstSzWidthBytes;
317317
size_t BufferSlicePitch =
318318
(3 == DimDst) ? DstSzWidthBytes * DstSize[DstPos.y_term] : 0;
319-
size_t HostRowPitch = (1 == DimSrc) ? 0 : SrcSzWidthBytes;
319+
size_t HostRowPitch = (1 == DimSrc) ? 0 : SrcSzWidthBytes;
320320
size_t HostSlicePitch =
321321
(3 == DimSrc) ? SrcSzWidthBytes * SrcSize[SrcPos.y_term] : 0;
322322

0 commit comments

Comments
 (0)