Mesa (master): vbo: minor whitespace fix

Brian Paul brianp at kemper.freedesktop.org
Tue Nov 27 21:30:45 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Nov 27 13:53:38 2012 -0700

vbo: minor whitespace fix

---

 src/mesa/vbo/vbo_attrib_tmp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/vbo/vbo_attrib_tmp.h b/src/mesa/vbo/vbo_attrib_tmp.h
index cbc4969..de1b451 100644
--- a/src/mesa/vbo/vbo_attrib_tmp.h
+++ b/src/mesa/vbo/vbo_attrib_tmp.h
@@ -199,7 +199,7 @@ static inline float conv_i2_to_norm_float(const struct gl_context *ctx, int i2)
       } else {							\
 	 ATTRUI10_##val((attr), (arg));				\
       }								\
-   }   else if ((type) == GL_INT_2_10_10_10_REV) {		\
+   } else if ((type) == GL_INT_2_10_10_10_REV) {		\
       if (normalized) {						\
 	 ATTRI10N_##val(ctx, (attr), (arg));			\
       } else {							\




More information about the mesa-commit mailing list