From: Chad Versace Date: Wed, 7 Nov 2018 05:14:04 +0000 (-0700) Subject: turnip: Fix indentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5486943ed969ff421c7d4ab7fa35104bff668d74;p=mesa.git turnip: Fix indentation --- diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index d1ee8f5d9ec..c5d94999600 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -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)