svga: whitespace fixes in svga_context.h

Trivial.
This commit is contained in:
Brian Paul 2017-03-01 13:50:48 -07:00
parent 49134c0549
commit a9ff377d40

View file

@ -249,6 +249,7 @@ struct svga_velems_state {
SVGA3dElementLayoutId id; /**< VGPU10 */
};
/* Use to calculate differences between state emitted to hardware and
* current driver-calculated state.
*/
@ -494,8 +495,6 @@ struct svga_context
unsigned texture_timestamp;
/*
*/
struct svga_sw_state sw;
struct svga_hw_draw_state hw_draw;
struct svga_hw_clear_state hw_clear;
@ -667,7 +666,7 @@ void svga_surfaces_flush(struct svga_context *svga);
struct pipe_context *
svga_context_create(struct pipe_screen *screen,
void *priv, unsigned flags);
void *priv, unsigned flags);
/***********************************************************************