From: Brian Paul Date: Thu, 25 Aug 2016 21:06:18 +0000 (-0600) Subject: svga: minor reformatting of svga_texture() cast wrapper X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=088dd8f45e70504aa5f5a35e9970c8c14f2cf8fc;p=mesa.git svga: minor reformatting of svga_texture() cast wrapper Reviewed-by: Neha Bhende --- diff --git a/src/gallium/drivers/svga/svga_resource_texture.h b/src/gallium/drivers/svga/svga_resource_texture.h index e779f19fbad..ffd5feac9a3 100644 --- a/src/gallium/drivers/svga/svga_resource_texture.h +++ b/src/gallium/drivers/svga/svga_resource_texture.h @@ -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);