Skip to content

Commit ce4f781

Browse files
committed
clang-format
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 6a91b57 commit ce4f781

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

100755100644
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,7 @@ pi_result _pi_queue::executeCommandList(pi_command_list_ptr_t CommandList,
955955
if (OpenCommandList->second.size() < QueueBatchSize) {
956956
return PI_SUCCESS;
957957
}
958-
}
959-
else {
958+
} else {
960959
OpenCommandList = CommandList;
961960
return PI_SUCCESS;
962961
}

0 commit comments

Comments
 (0)