diff options
author | Brian Paul <[email protected]> | 2003-08-23 21:44:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-23 21:44:08 +0000 |
commit | d620015abd42d166d4417344bc742e4d5954c496 (patch) | |
tree | 10d07b1c4c9482c02482f344ea7755df2add2d12 /src | |
parent | 2230b8518ea98df5e8039c2d5d4976e6f4fc850f (diff) |
indentation fix
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/swrast/s_drawpix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c index ab33d61b572..8e97b619bf2 100644 --- a/src/mesa/swrast/s_drawpix.c +++ b/src/mesa/swrast/s_drawpix.c @@ -727,7 +727,7 @@ draw_depth_pixels( GLcontext *ctx, GLint x, GLint y, _swrast_write_rgba_span(ctx, &span); } else { - _swrast_write_index_span(ctx, &span); + _swrast_write_index_span(ctx, &span); } } skipPixels += spanEnd; |