Skip to content

Commit 7fd2078

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sycl/source/detail/program_impl.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,8 @@ void program_impl::create_cl_program_with_source(const string_class &Source) {
363363
MContext->getHandleRef(), 1, &Src, &Size, &MProgram);
364364

365365
if (Err == PI_INVALID_OPERATION) {
366-
throw feature_not_supported(
367-
"program::compile_with_source is not supported",
368-
PI_INVALID_OPERATION);
366+
throw feature_not_supported("program::compile_with_source is not supported",
367+
PI_INVALID_OPERATION);
369368
}
370369
}
371370

0 commit comments

Comments
 (0)