Mesa (master): draw: minor indentation fix

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 5 20:04:16 UTC 2016


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jan  5 13:03:05 2016 -0700

draw: minor indentation fix

---

 src/gallium/auxiliary/draw/draw_pt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c
index 0204b43..5a49acb 100644
--- a/src/gallium/auxiliary/draw/draw_pt.c
+++ b/src/gallium/auxiliary/draw/draw_pt.c
@@ -524,7 +524,7 @@ draw_vbo(struct draw_context *draw,
 #endif
    {
       if (index_limit == 0) {
-      /* one of the buffers is too small to do any valid drawing */
+         /* one of the buffers is too small to do any valid drawing */
          debug_warning("draw: VBO too small to draw anything\n");
          util_fpstate_set(fpstate);
          return;




More information about the mesa-commit mailing list