mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
svga: minor reformatting of svga_texture() cast wrapper
Reviewed-by: Neha Bhende <bhenden@vmware.com>
This commit is contained in:
parent
e206f67261
commit
088dd8f45e
1 changed files with 2 additions and 1 deletions
|
|
@ -117,7 +117,8 @@ struct svga_transfer
|
|||
};
|
||||
|
||||
|
||||
static inline struct svga_texture *svga_texture( struct pipe_resource *resource )
|
||||
static inline struct svga_texture *
|
||||
svga_texture(struct pipe_resource *resource)
|
||||
{
|
||||
struct svga_texture *tex = (struct svga_texture *)resource;
|
||||
assert(tex == NULL || tex->b.vtbl == &svga_texture_vtbl);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue