svga: whitespace, formatting fixes in svga_swtnl_draw.c

This commit is contained in:
Brian Paul
2017-07-12 10:25:10 -06:00
parent 183d4193b8
commit f2b59f6c02

View File

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