gallium: minor whitespace, comment changes
authorBrian Paul <brianp@vmware.com>
Tue, 26 Jun 2012 20:47:19 +0000 (14:47 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 27 Jun 2012 13:50:57 +0000 (07:50 -0600)
src/gallium/include/pipe/p_screen.h

index b4a7f01af667d066616795724eebe80fcc437fa1..164e54d3205796e210a8cb0ba6098b03941c3b4a 100644 (file)
@@ -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 * );