forked from len0rd/rockbox
CP: no tabs, 4-level indent.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3381 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
071898e3e6
commit
2e638cf8d5
1 changed files with 30 additions and 30 deletions
|
@ -182,8 +182,8 @@ void statusbar_icon_battery(int percent, bool charging)
|
|||
width/2, STATUSBAR_Y_POS, buffer);
|
||||
lcd_setfont(FONT_UI);
|
||||
|
||||
} else {
|
||||
|
||||
}
|
||||
else {
|
||||
/* draw battery */
|
||||
lcd_drawrect(ICON_BATTERY_X_POS, STATUSBAR_Y_POS, 17, 7);
|
||||
for (i=2; i < 5; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue