Mesa (master): gallium: remove trailing whitespace in p_screen.h

Tom Stellard tstellar at kemper.freedesktop.org
Mon Mar 23 14:33:08 UTC 2015


Module: Mesa
Branch: master
Commit: 9280f17e823cbdbddf30a4ae5e2de9f2d327d33c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9280f17e823cbdbddf30a4ae5e2de9f2d327d33c

Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Sun Mar 22 07:20:59 2015 +0100

gallium: remove trailing whitespace in p_screen.h

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>

Reviewed-by: Michel Dänzer <michel.daenzer at amd.com>

---

 src/gallium/include/pipe/p_screen.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
     */




More information about the mesa-commit mailing list