[Mesa-dev] [PATCH 8/9] gallium: minor whitespace, comment changes

Brian Paul brianp at vmware.com
Tue Jun 26 14:12:57 PDT 2012


---
 src/gallium/include/pipe/p_screen.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h
index b4a7f01..164e54d 100644
--- a/src/gallium/include/pipe/p_screen.h
+++ b/src/gallium/include/pipe/p_screen.h
@@ -50,9 +50,8 @@ extern "C" {
 #endif
 
 
-/** Opaque type */
+/** Opaque types */
 struct winsys_handle;
-/** Opaque type */
 struct pipe_fence_handle;
 struct pipe_resource;
 struct pipe_surface;
@@ -67,7 +66,6 @@ struct pipe_transfer;
 struct pipe_screen {
    void (*destroy)( struct pipe_screen * );
 
-
    const char *(*get_name)( struct pipe_screen * );
 
    const char *(*get_vendor)( struct pipe_screen * );
-- 
1.7.3.4



More information about the mesa-dev mailing list