Demos (master): opengles2/tri.c: remove trailing white spaces

Brian Paul brianp at kemper.freedesktop.org
Wed Jan 12 14:39:33 UTC 2011


Module: Demos
Branch: master
Commit: 4d8f19dde697cde0e9e40cd334fea8b51be9e635
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=4d8f19dde697cde0e9e40cd334fea8b51be9e635

Author: Paulo Zanoni <pzanoni at mandriva.com>
Date:   Thu Jan  6 08:12:43 2011 -0800

opengles2/tri.c: remove trailing white spaces

So git won't complain when you apply the next patch.
Also, code looks prettier this way.

Signed-off-by: Paulo Zanoni <pzanoni at mandriva.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/egl/opengles2/tri.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/egl/opengles2/tri.c b/src/egl/opengles2/tri.c
index 8981d8a..df2751b 100644
--- a/src/egl/opengles2/tri.c
+++ b/src/egl/opengles2/tri.c
@@ -1,5 +1,5 @@
 /**************************************************************************
- * 
+ *
  * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
  * All Rights Reserved.
  *
@@ -416,7 +416,7 @@ usage(void)
    printf("  -display <displayname>  set the display to run on\n");
    printf("  -info                   display OpenGL renderer info\n");
 }
- 
+
 
 int
 main(int argc, char *argv[])




More information about the mesa-commit mailing list