From 47ed0091943871a6370a3ad5a0c5f510da272c45 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 21 Jan 2021 14:23:12 +0100 Subject: [PATCH] radeonsi: fix indentation issue in si_texture.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Zoltán Böszörményi Reviewed-by: Marek Olšák Part-of: --- src/gallium/drivers/radeonsi/si_texture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_texture.c b/src/gallium/drivers/radeonsi/si_texture.c index 59eb29a93ac..6a78ce62648 100644 --- a/src/gallium/drivers/radeonsi/si_texture.c +++ b/src/gallium/drivers/radeonsi/si_texture.c @@ -648,8 +648,8 @@ static bool si_texture_get_handle(struct pipe_screen *screen, struct pipe_contex --plane; } - res = si_resource(resource); - tex = (struct si_texture *)resource; + res = si_resource(resource); + tex = (struct si_texture *)resource; /* This is not supported now, but it might be required for OpenCL * interop in the future.