diff options
author | Brian Paul <[email protected]> | 2016-01-05 13:03:05 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-01-05 13:03:05 -0700 |
commit | f4caa7d2fcbfd64d8858a502d1deed8e56109464 (patch) | |
tree | 8e2578cacc9fad5b919b33bf09096a7bd515bc70 | |
parent | dce1e1a8eb871945f875c17d0e9b687a29835530 (diff) |
draw: minor indentation fix
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c index 0204b439dee..5a49acb64d3 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; |