From af0ade0d6c76eaba7ef7c0f4d4bbadea4c3d3cbe Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Thu, 25 Jun 2015 17:58:17 -0700 Subject: [PATCH] vk: Reindent struct anv_format --- src/vulkan/private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/vulkan/private.h b/src/vulkan/private.h index 3cd8f3eab60..620c5e468cc 100644 --- a/src/vulkan/private.h +++ b/src/vulkan/private.h @@ -772,11 +772,11 @@ int anv_compiler_run(struct anv_compiler *compiler, struct anv_pipeline *pipelin void anv_compiler_free(struct anv_pipeline *pipeline); struct anv_format { - const char * name; - uint16_t format; - uint8_t cpp; - uint8_t channels; - bool has_stencil; + const char *name; + uint16_t format; + uint8_t cpp; + uint8_t channels; + bool has_stencil; }; const struct anv_format * -- 2.30.2