Skip to content

Commit 3dc592a

Browse files
committed
clang formatted.
Signed-off-by: rbegam <[email protected]>
1 parent b8445a0 commit 3dc592a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/source/detail/program_impl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ void program_impl::create_cl_program_with_source(const string_class &Source) {
381381
if (Err == PI_INVALID_OPERATION) {
382382
throw feature_not_supported(
383383
"program::compile_with_source is not supported in" +
384-
GetBackendString(Plugin.getBackend()), PI_INVALID_OPERATION);
384+
GetBackendString(Plugin.getBackend()),
385+
PI_INVALID_OPERATION);
385386
}
386387
}
387388

0 commit comments

Comments
 (0)