Skip to content

Commit b7127b9

Browse files
committed
clang format
1 parent 4b9a417 commit b7127b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,16 +1903,16 @@ ur_result_t urCommandBufferAppendNativeCommandExp(
19031903
(ZeCommandList, nullptr, ZeEventList.size(),
19041904
getPointerFromVector(ZeEventList)));
19051905
}
1906-
1906+
19071907
// Call user-defined function immediately
19081908
pfnNativeCommand(pData);
1909-
1909+
19101910
if (!CommandBuffer->IsInOrderCmdList) {
19111911
// Barrier on all commands after user defined commands.
19121912
ZE2UR_CALL(zeCommandListAppendBarrier,
19131913
(ZeCommandList, ZeLaunchEvent, 0, nullptr));
19141914
}
1915-
1915+
19161916
return UR_RESULT_SUCCESS;
19171917
}
19181918

0 commit comments

Comments
 (0)