From 5486943ed969ff421c7d4ab7fa35104bff668d74 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Tue, 6 Nov 2018 22:14:04 -0700 Subject: [PATCH] turnip: Fix indentation --- src/freedreno/vulkan/tu_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2