mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 09:30:20 +01:00
turnip: Fix indentation
This commit is contained in:
parent
99a5de14cb
commit
5486943ed9
1 changed files with 2 additions and 2 deletions
|
|
@ -393,8 +393,8 @@ tu_enumerate_devices(struct tu_instance *instance)
|
|||
|
||||
result = tu_physical_device_init(instance->physical_devices +
|
||||
instance->physical_device_count,
|
||||
instance,
|
||||
devices[i]);
|
||||
instance,
|
||||
devices[i]);
|
||||
if (result == VK_SUCCESS)
|
||||
++instance->physical_device_count;
|
||||
else if (result != VK_ERROR_INCOMPATIBLE_DRIVER)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue