Skip to content

Commit 3663e37

Browse files
committed
[SYCL] Minor formatting changes.
Signed-off-by: Garima Gupta <[email protected]>
1 parent 3f5c662 commit 3663e37

File tree

1 file changed

+9
-9
lines changed
  • sycl/include/CL/sycl/detail

1 file changed

+9
-9
lines changed

sycl/include/CL/sycl/detail/pi.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -448,15 +448,15 @@ pi_result piextGetDeviceFunctionPointer(
448448
//
449449
pi_result piContextCreate(
450450
const cl_context_properties * properties, // TODO: untie from OpenCL
451-
pi_uint32 num_devices,
452-
const pi_device * devices,
453-
void (*pfn_notify)(
454-
const char * errinfo,
455-
const void * private_info,
456-
size_t cb,
457-
void * user_data),
458-
void * user_data,
459-
pi_context * ret_context);
451+
pi_uint32 num_devices,
452+
const pi_device * devices,
453+
void (* pfn_notify)(
454+
const char * errinfo,
455+
const void * private_info,
456+
size_t cb,
457+
void * user_data),
458+
void * user_data,
459+
pi_context * ret_context);
460460

461461
pi_result piContextGetInfo(
462462
pi_context context,

0 commit comments

Comments
 (0)