summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_screen.h
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2015-03-22 07:20:59 +0100
committerTom Stellard <thomas.stellard@amd.com>2015-03-23 13:25:34 +0000
commit9280f17e823cbdbddf30a4ae5e2de9f2d327d33c (patch)
tree0e43e60acda0833b3a90708fc5cbe11a35ccbb06 /src/gallium/include/pipe/p_screen.h
parent6e17936bf84c286c3540fe559838bc2a4d975539 (diff)
downloadexternal_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/p_screen.h')
-rw-r--r--src/gallium/include/pipe/p_screen.h2
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.
*/