---
 tests/texturing/getteximage-formats.c | 2 +-
 tests/texturing/getteximage-simple.c  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/texturing/getteximage-formats.c 
b/tests/texturing/getteximage-formats.c
index e3f4d71..e48439e 100644
--- a/tests/texturing/getteximage-formats.c
+++ b/tests/texturing/getteximage-formats.c
@@ -495,7 +495,7 @@ test_all_formats(void)
        return pass;
 }
 
-       
+
 enum piglit_result
 piglit_display(void)
 {
diff --git a/tests/texturing/getteximage-simple.c 
b/tests/texturing/getteximage-simple.c
index cbb15d4..bf1c1b8 100644
--- a/tests/texturing/getteximage-simple.c
+++ b/tests/texturing/getteximage-simple.c
@@ -2,7 +2,7 @@
  * @file getteximage-simple.c
  *
  * Extremely basic test to check whether image data can be retrieved.
- * 
+ *
  * Note that the texture is used in a full frame of rendering before
  * the readback, to ensure that buffer manager related code for uploading
  * texture images is executed before the readback.
@@ -38,12 +38,12 @@ static int test_getteximage(void)
 
        return 1;
 }
-       
+
 enum piglit_result
 piglit_display(void)
 {
        int pass;
-       
+
        glClearColor(0.0, 0.0, 0.0, 1.0);
        glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
 
-- 
1.7.12

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to