dzn: Drop extra blank line in dzn_CmdCopyImage2()
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15698>
This commit is contained in:
committed by
Marge Bot
parent
653c362ca6
commit
8d30204ca4
@@ -3044,7 +3044,6 @@ dzn_CmdCopyImage2(VkCommandBuffer commandBuffer,
|
||||
max_size = MAX2(max_size, region_size * region->extent.depth);
|
||||
}
|
||||
|
||||
|
||||
VkResult result =
|
||||
dzn_cmd_buffer_alloc_internal_buf(cmdbuf, max_size,
|
||||
D3D12_HEAP_TYPE_DEFAULT,
|
||||
|
||||
Reference in New Issue
Block a user