1
0
Fork 0
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:
Daniel Stenberg 2003-03-04 15:20:51 +00:00
parent 071898e3e6
commit 2e638cf8d5

View file

@ -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++)