Skip to content

Commit 2ff4db5

Browse files
committed
clang formatted.
Signed-off-by: rbegam <[email protected]>
1 parent 7fd2078 commit 2ff4db5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,8 @@ pi_result cuda_piclProgramCreateWithSource(pi_context context, pi_uint32 count,
26542654
const char **strings,
26552655
const size_t *lengths,
26562656
pi_program *program) {
2657-
cl::sycl::detail::pi::cuPrint("cuda_piclProgramCreateWithSource not implemented");
2657+
cl::sycl::detail::pi::cuPrint(
2658+
"cuda_piclProgramCreateWithSource not implemented");
26582659
return PI_INVALID_OPERATION;
26592660
}
26602661

0 commit comments

Comments
 (0)