vbo: minor whitespace fix
authorBrian Paul <brianp@vmware.com>
Tue, 27 Nov 2012 20:53:38 +0000 (13:53 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 27 Nov 2012 20:56:52 +0000 (13:56 -0700)
src/mesa/vbo/vbo_attrib_tmp.h

index cbc49695fcae7814454ce4c1423195d9aa1d1501..de1b4512f4dc00680c604c5248ee2075e946ecfa 100644 (file)
@@ -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 {                                                 \