diff options
author | Giuseppe Bilotta <[email protected]> | 2015-03-22 07:20:59 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2015-03-23 13:25:34 +0000 |
commit | 9280f17e823cbdbddf30a4ae5e2de9f2d327d33c (patch) | |
tree | 0e43e60acda0833b3a90708fc5cbe11a35ccbb06 /src/gallium/include | |
parent | 6e17936bf84c286c3540fe559838bc2a4d975539 (diff) |
gallium: remove trailing whitespace in p_screen.h
Signed-off-by: Giuseppe Bilotta <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index ac885068aa3..4018f8a436a 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -147,7 +147,7 @@ struct pipe_screen { */ boolean (*can_create_resource)(struct pipe_screen *screen, const struct pipe_resource *templat); - + /** * Create a new texture object, using the given template info. */ |