Mesa (master): main: Fix whitespace in teximage.c.

Laura Ekstrand ldeks at kemper.freedesktop.org
Fri Feb 27 19:12:39 UTC 2015


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

Author: Laura Ekstrand <laura at jlekstrand.net>
Date:   Mon Feb  9 15:39:53 2015 -0800

main: Fix whitespace in teximage.c.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/mesa/main/teximage.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index 5be7db6..6e45cc9 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -5149,7 +5149,7 @@ _mesa_validate_texbuffer_format(const struct gl_context *ctx,
 
 void
 _mesa_texture_buffer_range(struct gl_context *ctx,
-                           struct gl_texture_object *texObj, GLenum target, 
+                           struct gl_texture_object *texObj, GLenum target,
                            GLenum internalFormat,
                            struct gl_buffer_object *bufObj,
                            GLintptr offset, GLsizeiptr size, bool range,




More information about the mesa-commit mailing list