From: Brian Paul Date: Thu, 13 Oct 2016 20:11:06 +0000 (-0600) Subject: vbo: trivial indentation fix in vbo_exec_api.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d6d9b28f74780ee181cf434bd914aba8dd8d908;p=mesa.git vbo: trivial indentation fix in vbo_exec_api.c --- diff --git a/src/mesa/vbo/vbo_exec_api.c b/src/mesa/vbo/vbo_exec_api.c index 32f15db3900..4c8b927de6e 100644 --- a/src/mesa/vbo/vbo_exec_api.c +++ b/src/mesa/vbo/vbo_exec_api.c @@ -418,7 +418,7 @@ vbo_exec_fixup_vertex(struct gl_context *ctx, GLuint attr, * zeros. Don't need to flush or wrap. */ for (i = newSize; i <= exec->vtx.attrsz[attr]; i++) - exec->vtx.attrptr[attr][i-1] = id[i-1]; + exec->vtx.attrptr[attr][i-1] = id[i-1]; } exec->vtx.active_sz[attr] = newSize;