Skip to content

Commit ef86ae4

Browse files
committed
More clang-format
1 parent ce62274 commit ef86ae4

File tree

1 file changed

+4
-3
lines changed
  • unified-runtime/source/adapters/offload

1 file changed

+4
-3
lines changed

unified-runtime/source/adapters/offload/queue.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
#include "queue.hpp"
1818
#include "ur2offload.hpp"
1919

20-
UR_APIEXPORT ur_result_t UR_APICALL urQueueCreate(
21-
ur_context_handle_t hContext, ur_device_handle_t hDevice,
22-
const ur_queue_properties_t *, ur_queue_handle_t *phQueue) {
20+
UR_APIEXPORT ur_result_t UR_APICALL urQueueCreate(ur_context_handle_t hContext,
21+
ur_device_handle_t hDevice,
22+
const ur_queue_properties_t *,
23+
ur_queue_handle_t *phQueue) {
2324

2425
assert(hContext->Device == hDevice);
2526

0 commit comments

Comments
 (0)