svga: minor formatting fix, comment addition

To sync with our internal tree.

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Brian Paul 2016-03-21 13:23:04 -06:00
parent b45b47c5c9
commit 299f8ca0a7

View file

@ -72,11 +72,14 @@ struct svga_query {
/** cast wrapper */
static inline struct svga_query *
svga_query( struct pipe_query *q )
svga_query(struct pipe_query *q)
{
return (struct svga_query *)q;
}
/**
* VGPU9
*/
static boolean
svga_get_query_result(struct pipe_context *pipe,