From: Brian Paul Date: Tue, 5 Jan 2016 20:03:05 +0000 (-0700) Subject: draw: minor indentation fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4caa7d2fcbfd64d8858a502d1deed8e56109464;p=mesa.git draw: minor indentation fix --- 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;