svga: whitespace, formatting fixes in svga_swtnl_draw.c
This commit is contained in:
@@ -149,9 +149,8 @@ svga_swtnl_draw_vbo(struct svga_context *svga,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
boolean svga_init_swtnl( struct svga_context *svga )
|
||||
boolean
|
||||
svga_init_swtnl(struct svga_context *svga)
|
||||
{
|
||||
struct svga_screen *screen = svga_screen(svga->pipe.screen);
|
||||
|
||||
@@ -213,7 +212,8 @@ fail:
|
||||
}
|
||||
|
||||
|
||||
void svga_destroy_swtnl( struct svga_context *svga )
|
||||
void
|
||||
svga_destroy_swtnl(struct svga_context *svga)
|
||||
{
|
||||
draw_destroy(svga->swtnl.draw);
|
||||
}
|
||||
|
Reference in New Issue
Block a user