summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-09-10 16:37:24 -0600
committerBrian Paul <[email protected]>2014-09-10 16:37:54 -0600
commit5cf8d9f54b2e27721f8c79e553377834b3005022 (patch)
tree7a6cee81101f6e92f3e22194a704f28d503d456e /src/gallium/auxiliary/util
parent9608193cbc6ea14e49adcd0193f9e7c6058d5a2f (diff)
u_vbuf: simple whitespace fix
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r--src/gallium/auxiliary/util/u_vbuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_vbuf.c b/src/gallium/auxiliary/util/u_vbuf.c
index 650df9f6aef..b1b89bf1b6d 100644
--- a/src/gallium/auxiliary/util/u_vbuf.c
+++ b/src/gallium/auxiliary/util/u_vbuf.c
@@ -357,7 +357,8 @@ u_vbuf_set_vertex_elements_internal(struct u_vbuf *mgr, unsigned count,
assert(ve);
if (ve != mgr->ve)
- pipe->bind_vertex_elements_state(pipe, ve->driver_cso);
+ pipe->bind_vertex_elements_state(pipe, ve->driver_cso);
+
return ve;
}