Skip to content

Commit 6a85cd3

Browse files
committed
clang-format
1 parent f110e90 commit 6a85cd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test-e2e/Graph/RecordReplay/ext_oneapi_enqueue_functions_submit_with_event.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ int main() {
5252

5353
auto GraphExec = Graph.finalize();
5454

55-
exp_ext::submit_with_event(Queue, [&](handler &CGH){execute_graph(CGH, GraphExec);}).wait();
55+
exp_ext::submit_with_event(Queue, [&](handler &CGH) {
56+
execute_graph(CGH, GraphExec);
57+
}).wait();
5658

5759
free(PtrA, Queue);
5860
free(PtrB, Queue);

0 commit comments

Comments
 (0)