Skip to content

Commit f0312bb

Browse files
author
Aidan Belton
committed
clang format
1 parent 364b594 commit f0312bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/source/detail/device_filter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ device_filter::device_filter(const std::string &FilterString) {
7575
} catch (...) {
7676
std::string Message =
7777
std::string("Invalid device filter: ") + FilterString +
78-
"\nPossible backend values are {host,opencl,level_zero,cuda,rocm,*}.\n"
78+
"\nPossible backend values are "
79+
"{host,opencl,level_zero,cuda,rocm,*}.\n"
7980
"Possible device types are {host,cpu,gpu,acc,*}.\n"
8081
"Device number should be an non-negative integer.\n";
8182
throw cl::sycl::invalid_parameter_error(Message, PI_INVALID_VALUE);

0 commit comments

Comments
 (0)