Skip to content

Commit bc5f656

Browse files
committed
Apply formatting based on style uesd for unified-runtime repo
1 parent 2d555e5 commit bc5f656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/adapters/level_zero/command_buffer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferUpdateKernelLaunchExp(
12681268
MutableCommandDesc.flags = 0;
12691269

12701270
// We must synchronize mutable command list execution before mutating.
1271-
ZE2UR_CALL(zeEventHostSynchronize, (CommandBuffer->SignalEvent->ZeEvent, UINT64_MAX));
1271+
ZE2UR_CALL(zeEventHostSynchronize,
1272+
(CommandBuffer->SignalEvent->ZeEvent, UINT64_MAX));
12721273

12731274
auto Plt = Command->CommandBuffer->Context->getPlatform();
12741275
UR_ASSERT(Plt->ZeMutableCmdListExt.Supported,

0 commit comments

Comments
 (0)