From d9908af9d280aa357005d0d01444d9ce8fb426cb Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Wed, 28 Feb 2024 14:03:00 -0600 Subject: [PATCH] vulkan/pipeline: Whitespace fix Acked-by: Alyssa Rosenzweig Part-of: --- src/vulkan/runtime/vk_pipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/runtime/vk_pipeline.c b/src/vulkan/runtime/vk_pipeline.c index c914120b87b..671f8f4c8e2 100644 --- a/src/vulkan/runtime/vk_pipeline.c +++ b/src/vulkan/runtime/vk_pipeline.c @@ -1166,7 +1166,7 @@ vk_graphics_pipeline_compile_shaders(struct vk_device *device, part_stages |= mesa_to_vk_shader_stage(stage->stage); _mesa_blake3_update(&blake3_ctx, stage->precomp->blake3, - sizeof(stage->precomp->blake3)); + sizeof(stage->precomp->blake3)); VkShaderCreateFlagsEXT shader_flags = vk_pipeline_to_shader_flags(pipeline->base.flags, stage->stage);