diff options
author | Brian Paul <[email protected]> | 2012-11-27 13:53:38 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-11-27 13:56:52 -0700 |
commit | f94e672b47621701ad070e6799a8e22ad02539fa (patch) | |
tree | 86933d2f3d17af74d08d00afb04d7efdaebae2d1 /src/mesa/vbo | |
parent | a547e532fcbe2a3a5896668c5ed699d6abf35ec6 (diff) |
vbo: minor whitespace fix
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r-- | 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 cbc49695fca..de1b4512f4d 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 { \ |