diff options
author | Chad Versace <[email protected]> | 2018-11-04 23:42:55 -0700 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2019-03-11 10:01:33 -0700 |
commit | daffb01704f5d570893195f9e71826c93d1e8961 (patch) | |
tree | 187b73bde285a18650f3c6142e7bad992dc54342 /src/freedreno/vulkan/vk_format.h | |
parent | b4f3e0d5497d0726246da9d27697eeb2a1b71a15 (diff) |
turnip: Fix indentation in function signatures
Due to s/anv/tu/, in many function signatures the indentation of
parameters was off-by-one.
Diffstat (limited to 'src/freedreno/vulkan/vk_format.h')
-rw-r--r-- | src/freedreno/vulkan/vk_format.h | 4 |
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; |