indent fixes
This commit is contained in:
parent
a0993bceca
commit
d8c38cd08a
|
@ -129,9 +129,9 @@ void Fb_filled_rectangle(INT32 x1, INT32 y1, INT32 x2, INT32 y2, UINT16 color, B
|
||||||
for (tmp = x1; tmp <= x2; tmp++)
|
for (tmp = x1; tmp <= x2; tmp++)
|
||||||
{
|
{
|
||||||
if (xor)
|
if (xor)
|
||||||
*p++ ^= color;
|
*p++ ^= color;
|
||||||
else
|
else
|
||||||
*p++ = color;
|
*p++ = color;
|
||||||
}
|
}
|
||||||
ps += Fb_Info->width;
|
ps += Fb_Info->width;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user