svga: minor reformatting of svga_texture() cast wrapper
authorBrian Paul <brianp@vmware.com>
Thu, 25 Aug 2016 21:06:18 +0000 (15:06 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Aug 2016 20:20:18 +0000 (14:20 -0600)
Reviewed-by: Neha Bhende <bhenden@vmware.com>
src/gallium/drivers/svga/svga_resource_texture.h

index e779f19..ffd5fea 100644 (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);