Skip to content

Commit c93c2f7

Browse files
author
Sergey Kanaev
committed
Address style issue
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent a42d4a4 commit c93c2f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sycl/include/CL/sycl/queue.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,8 @@ class __SYCL_EXPORT queue {
262262
/// \param CodeLoc is the code location of the submit call (default argument)
263263
/// \return a SYCL event object, which corresponds to the queue the command
264264
/// group is being enqueued on.
265-
event submit_barrier(
266-
const vector_class<event> &WaitList
267-
_CODELOCPARAM(&CodeLoc)) {
265+
event
266+
submit_barrier(const vector_class<event> &WaitList _CODELOCPARAM(&CodeLoc)) {
268267
return submit([=](handler &CGH) { CGH.barrier(WaitList); }
269268
_CODELOCFW(CodeLoc));
270269
}

0 commit comments

Comments
 (0)