[Mesa-dev] [PATCH 03/14] svga: minor reformatting of svga_texture() cast wrapper

Brian Paul brianp at vmware.com
Fri Aug 26 15:27:07 UTC 2016


---
 src/gallium/drivers/svga/svga_resource_texture.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/svga/svga_resource_texture.h b/src/gallium/drivers/svga/svga_resource_texture.h
index e779f19..ffd5fea 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);
-- 
1.9.1



More information about the mesa-dev mailing list