forked from len0rd/rockbox
Whitespace cleanup on fb_viewport Rewrite
Change-Id: I24aac41c8abecf7b78a44d7f59e842b791be4563
This commit is contained in:
parent
3237ae4a4f
commit
40e98a2e49
26 changed files with 348 additions and 348 deletions
|
|
@ -586,7 +586,7 @@ void lcd_gradient_fillrect_part(int x, int y, int width, int height,
|
|||
int x1, x2;
|
||||
x1 = x;
|
||||
x2 = x + width;
|
||||
|
||||
|
||||
if (height == 0) return;
|
||||
|
||||
step_mul = (1 << 16) / src_height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue