pvr: fix clang-format issue
authorFrank Binns <frank.binns@imgtec.com>
Wed, 8 Mar 2023 15:26:17 +0000 (15:26 +0000)
committerMarge Bot <emma+marge@anholt.net>
Wed, 22 Mar 2023 03:58:19 +0000 (03:58 +0000)
Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Luigi Santivetti <luigi.santivetti@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22056>

src/imagination/vulkan/pvr_wsi.c

index 8376c3d..68ea770 100644 (file)
@@ -52,7 +52,7 @@ VkResult pvr_wsi_init(struct pvr_physical_device *pdevice)
                             &pdevice->vk.instance->alloc,
                             pdevice->master_fd,
                             NULL,
-                            &(struct wsi_device_options){.sw_device = false});
+                            &(struct wsi_device_options){ .sw_device = false });
    if (result != VK_SUCCESS)
       return result;