mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
panvk: Replace tab with spaces
Signed-off-by: Rebecca Mckeever <rebecca.mckeever@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31776>
This commit is contained in:
parent
3295cb9700
commit
9aa2c1ec56
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ panvk_per_arch(CreateImageView)(VkDevice _device,
|
|||
view->mem = panvk_pool_alloc_mem(&device->mempools.rw, alloc_info);
|
||||
if (!panvk_priv_mem_host_addr(view->mem)) {
|
||||
result = panvk_error(device, VK_ERROR_OUT_OF_DEVICE_MEMORY);
|
||||
goto err_destroy_iview;
|
||||
goto err_destroy_iview;
|
||||
}
|
||||
|
||||
struct panfrost_ptr ptr = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue