Skip to content

Commit a884f3a

Browse files
committed
fix formatting
1 parent 3a6390f commit a884f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ur_result_t ur_exp_command_buffer_handle_t_::finalizeCommandBuffer() {
148148

149149
if (numEventResets)
150150
ZE2UR_CALL(zeCommandListAppendBarrier,
151-
(commandListLocked->getZeCommandList(), nullptr, 0, nullptr));
151+
(commandListLocked->getZeCommandList(), nullptr, 0, nullptr));
152152
}
153153
// Close the command lists and have them ready for dispatch.
154154
ZE2UR_CALL(zeCommandListClose, (commandListLocked->getZeCommandList()));

0 commit comments

Comments
 (0)