mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
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:
parent
d12b5e7633
commit
74228c32ee
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue