Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 49b7876

Browse files
committed
Clang-format fix
1 parent 395f076 commit 49b7876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/HostInteropTask/interop-task.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ void test3(queue &Q) {
163163
event Event = Q.submit([&](handler &CGH) {
164164
auto Acc1 = Buffer.get_access<mode::write>(CGH);
165165

166-
CGH.parallel_for<class Init3>(
167-
BUFFER_SIZE, [=](item<1> Id) { Acc1[Id] = 123; });
166+
CGH.parallel_for<class Init3>(BUFFER_SIZE,
167+
[=](item<1> Id) { Acc1[Id] = 123; });
168168
});
169169

170170
Q.submit([&](handler &CGH) {

0 commit comments

Comments
 (0)