Skip to content

Commit 47d889f

Browse files
committed
clang formation
Signed-off-by: Chris Perkins <[email protected]>
1 parent db0508d commit 47d889f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/queue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ queue::queue(cl_command_queue clQueue, const context &SyclContext,
107107

108108
queue::~queue() {
109109
if(impl){
110-
impl->throw_asynchronous(); // <-- this should be safe in a noexcept context.
110+
impl->throw_asynchronous();
111111
}
112112
}
113113

0 commit comments

Comments
 (0)