Skip to content

Commit 5e26795

Browse files
committed
Fix formatting
Signed-off-by: Steffen Larsen <[email protected]>
1 parent bf98063 commit 5e26795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/source/detail/kernel_bundle_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ class kernel_bundle_impl {
267267

268268
// C'tor matches sycl::join API
269269
kernel_bundle_impl(const std::vector<detail::KernelBundleImplPtr> &Bundles,
270-
bundle_state State) : MInitialState(State) {
270+
bundle_state State)
271+
: MInitialState(State) {
271272
if (Bundles.empty())
272273
return;
273274

0 commit comments

Comments
 (0)