svga: minor reformatting of svga_texture() cast wrapper

Reviewed-by: Neha Bhende <bhenden@vmware.com>
This commit is contained in:
Brian Paul 2016-08-25 15:06:18 -06:00
parent e206f67261
commit 088dd8f45e
1 changed files with 2 additions and 1 deletions

View File

@ -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);