Skip to content

Commit 896a087

Browse files
committed
[SYCL][XPTI] Fixing clang-format issue
Signed-off-by: Vasanth Tovinkere <[email protected]>
1 parent 2ea8d3a commit 896a087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/queue_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class queue_impl : public std::enable_shared_from_this<queue_impl> {
105105
queue_impl(device_impl &Device, const async_handler &AsyncHandler,
106106
const property_list &PropList, private_tag tag)
107107
: queue_impl(Device, getDefaultOrNew(Device), AsyncHandler, PropList,
108-
tag){};
108+
tag) {};
109109

110110
/// Constructs a SYCL queue with an async_handler and property_list provided
111111
/// form a device and a context.

0 commit comments

Comments
 (0)