dzn: fixup indent

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15816>
This commit is contained in:
Erik Faye-Lund 2022-04-08 09:56:58 +02:00 committed by Marge Bot
parent d12b5e7633
commit 74228c32ee
2 changed files with 2 additions and 2 deletions

View file

@ -346,7 +346,7 @@ dzn_cmd_buffer_gather_events(dzn_cmd_buffer *cmdbuf)
if (!entry) {
cmdbuf->error = vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
break;
break;
}
*entry = signal;

View file

@ -1770,7 +1770,7 @@ dzn_device_create(dzn_physical_device *pdev,
for (uint32_t q = 0; q < qinfo->queueCount; q++) {
result =
dzn_queue_init(&queues[qindex++], device, qinfo, q);
if (result != VK_SUCCESS) {
if (result != VK_SUCCESS) {
dzn_device_destroy(device, pAllocator);
return result;
}