Skip to content

Commit 7b41388

Browse files
formatting change
1 parent e73c817 commit 7b41388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_backend.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ cdef extern from "dppl_sycl_queue_interface.h":
187187
cdef void DPPLQueue_Memcpy (const DPPLSyclQueueRef Q,
188188
void *Dest, const void *Src, size_t Count)
189189
cdef void DPPLQueue_Prefetch (const DPPLSyclQueueRef Q,
190-
const void *Src, size_t Count)
190+
const void *Src, size_t Count)
191191
cdef void DPPLQueue_MemAdvise (const DPPLSyclQueueRef Q,
192192
const void *Src, size_t Count, int Advice)
193193

0 commit comments

Comments
 (0)