Skip to content

Commit 6bcd88f

Browse files
committed
Fix formatting
Signed-off-by: Steffen Larsen <[email protected]>
1 parent b40cb95 commit 6bcd88f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/source/detail/kernel_impl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ kernel_impl::kernel_impl(RT::PiKernel Kernel, ContextImplPtr Context,
2121
KernelBundleImplPtr KernelBundleImpl)
2222
: kernel_impl(Kernel, Context,
2323
std::make_shared<program_impl>(Context, Kernel),
24-
/*IsCreatedFromSource*/ true,
25-
KernelBundleImpl) {
24+
/*IsCreatedFromSource*/ true, KernelBundleImpl) {
2625
// This constructor is only called in the interoperability kernel constructor.
2726
// Let the runtime caller handle native kernel retaining in other cases if
2827
// it's needed.

0 commit comments

Comments
 (0)