Skip to content

Commit 0c9e0cf

Browse files
committed
clang formatted.
Signed-off-by: rbegam <[email protected]>
1 parent 96464da commit 0c9e0cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/source/detail/program_impl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ void program_impl::create_cl_program_with_source(const string_class &Source) {
364364

365365
if (Err == PI_INVALID_OPERATION) {
366366
throw feature_not_supported(
367-
"program::compile_with_source is not supported by the selected backend",
368-
PI_INVALID_OPERATION);
367+
"program::compile_with_source is not supported by the selected backend",
368+
PI_INVALID_OPERATION);
369369
}
370370
}
371371

0 commit comments

Comments
 (0)