From: Giuseppe Bilotta Date: Sun, 22 Mar 2015 06:20:59 +0000 (+0100) Subject: gallium: remove trailing whitespace in p_screen.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9280f17e823cbdbddf30a4ae5e2de9f2d327d33c;p=mesa.git gallium: remove trailing whitespace in p_screen.h Signed-off-by: Giuseppe Bilotta Reviewed-by: Michel Dänzer --- 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. */