indentation fix

This commit is contained in:
Brian Paul 2003-08-23 21:44:08 +00:00
parent 2230b8518e
commit d620015abd

View file

@ -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;