diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2015-03-22 07:20:59 +0100 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-03-23 13:25:34 +0000 |
commit | 9280f17e823cbdbddf30a4ae5e2de9f2d327d33c (patch) | |
tree | 0e43e60acda0833b3a90708fc5cbe11a35ccbb06 /src/gallium/include/pipe | |
parent | 6e17936bf84c286c3540fe559838bc2a4d975539 (diff) | |
download | external_mesa3d-9280f17e823cbdbddf30a4ae5e2de9f2d327d33c.zip external_mesa3d-9280f17e823cbdbddf30a4ae5e2de9f2d327d33c.tar.gz external_mesa3d-9280f17e823cbdbddf30a4ae5e2de9f2d327d33c.tar.bz2 |
gallium: remove trailing whitespace in p_screen.h
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src/gallium/include/pipe')
-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 ac88506..4018f8a 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. */ |