mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 03:00:23 +01:00
st/mesa: minor indentation fixes
This commit is contained in:
parent
f4caa7d2fc
commit
a13e9adbee
1 changed files with 4 additions and 4 deletions
|
|
@ -220,13 +220,13 @@ static void update_raster_state( struct st_context *st )
|
|||
raster->line_smooth = ctx->Line.SmoothFlag;
|
||||
if (ctx->Line.SmoothFlag) {
|
||||
raster->line_width = CLAMP(ctx->Line.Width,
|
||||
ctx->Const.MinLineWidthAA,
|
||||
ctx->Const.MaxLineWidthAA);
|
||||
ctx->Const.MinLineWidthAA,
|
||||
ctx->Const.MaxLineWidthAA);
|
||||
}
|
||||
else {
|
||||
raster->line_width = CLAMP(ctx->Line.Width,
|
||||
ctx->Const.MinLineWidth,
|
||||
ctx->Const.MaxLineWidth);
|
||||
ctx->Const.MinLineWidth,
|
||||
ctx->Const.MaxLineWidth);
|
||||
}
|
||||
|
||||
raster->line_stipple_enable = ctx->Line.StippleFlag;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue