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
|
@ -613,7 +613,7 @@ void LCDFN(nine_segment_bmp)(const struct bitmap* bm, int x, int y,
|
|||
LCDFN(bmp_part)(bm, src_x, src_y_top, dst_x, dst_y_top, w, seg_h);
|
||||
LCDFN(bmp_part)(bm, src_x, src_y_btm, dst_x, dst_y_btm, w, seg_h);
|
||||
}
|
||||
|
||||
|
||||
/* left & right in a single loop */
|
||||
src_y = corner_h;
|
||||
dst_y = corner_h;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue