Skip to content

Commit 9311a50

Browse files
committed
more clang-format? why wasn't it caught before?
Signed-off-by: Chris Perkins <[email protected]>
1 parent 47d889f commit 9311a50

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
@@ -106,7 +106,7 @@ queue::queue(cl_command_queue clQueue, const context &SyclContext,
106106
}
107107

108108
queue::~queue() {
109-
if(impl){
109+
if (impl) {
110110
impl->throw_asynchronous();
111111
}
112112
}

0 commit comments

Comments
 (0)