diff --git a/source/adapters/level_zero/command_buffer.cpp b/source/adapters/level_zero/command_buffer.cpp index d904e715c0..e6e836590e 100644 --- a/source/adapters/level_zero/command_buffer.cpp +++ b/source/adapters/level_zero/command_buffer.cpp @@ -1268,7 +1268,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferUpdateKernelLaunchExp( MutableCommandDesc.flags = 0; // We must synchronize mutable command list execution before mutating. - ZE2UR_CALL(zeEventHostSynchronize, (CommandBuffer->SignalEvent->ZeEvent, UINT64_MAX)); + ZE2UR_CALL(zeEventHostSynchronize, + (CommandBuffer->SignalEvent->ZeEvent, UINT64_MAX)); auto Plt = Command->CommandBuffer->Context->getPlatform(); UR_ASSERT(Plt->ZeMutableCmdListExt.Supported,