zink: fix weird formatting
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 10 Oct 2022 11:48:59 +0000 (07:48 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 28 Oct 2022 00:51:48 +0000 (00:51 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19018>

src/gallium/drivers/zink/zink_resource.c

index e3b793e..2e558c6 100644 (file)
@@ -408,8 +408,7 @@ get_image_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct
                return usage;
          }
       }
-   } else
-   {
+   } else {
       VkFormatProperties props = screen->format_props[templ->format];
       VkFormatFeatureFlags feats = tiling == VK_IMAGE_TILING_LINEAR ? props.linearTilingFeatures : props.optimalTilingFeatures;
       if (ici->flags & VK_IMAGE_CREATE_EXTENDED_USAGE_BIT)