vbo: minor whitespace fix

This commit is contained in:
Brian Paul
2012-11-27 13:53:38 -07:00
parent a547e532fc
commit f94e672b47
+1 -1
View 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 { \