mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
indentation fix
This commit is contained in:
parent
2230b8518e
commit
d620015abd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue