radeonsi: fix indentation issue in si_texture.c

Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8869>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2021-01-21 14:23:12 +01:00 committed by Marge Bot
parent 064b846949
commit 47ed009194

View file

@ -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.