aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan/vk_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/vulkan/vk_format.h')
-rw-r--r--src/freedreno/vulkan/vk_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/freedreno/vulkan/vk_format.h b/src/freedreno/vulkan/vk_format.h
index bab0eda2076..75b7fbd05b3 100644
--- a/src/freedreno/vulkan/vk_format.h
+++ b/src/freedreno/vulkan/vk_format.h
@@ -262,8 +262,8 @@ vk_format_aspects(VkFormat format)
static inline enum vk_swizzle
tu_swizzle_conv(VkComponentSwizzle component,
- const unsigned char chan[4],
- VkComponentSwizzle vk_swiz)
+ const unsigned char chan[4],
+ VkComponentSwizzle vk_swiz)
{
int x;