Skip to content

Commit c01fc27

Browse files
clang-format
Signed-off-by: Zhang, Winston <[email protected]>
1 parent 2af9145 commit c01fc27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

unified-runtime/source/adapters/level_zero/context.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,9 @@ ur_result_t ur_context_handle_t_::getFreeSlotInExistingOrNewPool(
576576
} else {
577577
UR_CALL(resetCommandLists(Queue));
578578
}
579-
ZE2UR_CALL(zeEventPoolCreate, (ZeContext, &ZeEventPoolDesc,
580-
ZeDevices.size(), &ZeDevices[0], ZePool));
579+
ZE2UR_CALL(zeEventPoolCreate,
580+
(ZeContext, &ZeEventPoolDesc, ZeDevices.size(),
581+
&ZeDevices[0], ZePool));
581582
}
582583
} else if (ze2urResult(Result) != UR_RESULT_SUCCESS) {
583584
return ze2urResult(Result);

0 commit comments

Comments
 (0)