From 350bdda83d3f41d5ee0e9fabde0cf608bafc8dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 24 Apr 2022 04:17:42 -0400 Subject: [PATCH] radeonsi: code style fix Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/gallium/drivers/radeonsi/si_blit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_blit.c b/src/gallium/drivers/radeonsi/si_blit.c index 3a3c1255716..61a7dc3aac6 100644 --- a/src/gallium/drivers/radeonsi/si_blit.c +++ b/src/gallium/drivers/radeonsi/si_blit.c @@ -884,7 +884,8 @@ struct texture_orig_info { static void si_use_compute_copy_for_float_formats(struct si_context *sctx, struct pipe_resource *texture, - unsigned level) { + unsigned level) +{ struct si_texture *tex = (struct si_texture *)texture; /* If we are uploading into FP16 or R11G11B10_FLOAT via a blit, CB clobbers NaNs,