Module: Mesa
Branch: master
Commit: 5cf8d9f54b2e27721f8c79e553377834b3005022
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cf8d9f54b2e27721f8c79e553377834b3005022

Author: Brian Paul <[email protected]>
Date:   Wed Sep 10 16:37:24 2014 -0600

u_vbuf: simple whitespace fix

---

 src/gallium/auxiliary/util/u_vbuf.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/auxiliary/util/u_vbuf.c 
b/src/gallium/auxiliary/util/u_vbuf.c
index 650df9f..b1b89bf 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;
 }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to