diff options
author | Emil Velikov <[email protected]> | 2015-11-06 23:39:01 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-20 10:58:45 +0000 |
commit | 3afb253e9ba5ea44cf7be34cc2c3e0e358d169d0 (patch) | |
tree | 3c44974526257792ca5d5f594f4e931c63b1e4bf /src/gallium/auxiliary/vl/vl_winsys.h | |
parent | b31f092bfb48118e671d0705c21b1c6f6f3bef84 (diff) |
auxiliary/vl/dri2: coding style fixes
Rewrap long(ish) lines, add space between struct foo and *.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_winsys.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_winsys.h b/src/gallium/auxiliary/vl/vl_winsys.h index 7d3c9410537..1af7653d650 100644 --- a/src/gallium/auxiliary/vl/vl_winsys.h +++ b/src/gallium/auxiliary/vl/vl_winsys.h @@ -63,7 +63,7 @@ struct vl_screen struct pipe_loader_device *dev; }; -struct vl_screen* +struct vl_screen * vl_dri2_screen_create(Display *display, int screen); struct vl_screen * |