diff options
author | William Wilgus <wilgus.william@gmail.com> | 2020-10-26 12:38:22 -0400 |
---|---|---|
committer | William Wilgus <wilgus.william@gmail.com> | 2020-10-26 12:38:22 -0400 |
commit | 40e98a2e4915464b9306ab7b0f6feb173de095c5 (patch) | |
tree | 4e987640ae4ad201f029c4e26e51ebc61a4549b1 /apps/screens.c | |
parent | 3237ae4a4ff9296a377ff9194a11038da161208f (diff) | |
download | rockbox-40e98a2e49.tar.gz rockbox-40e98a2e49.tar.bz2 rockbox-40e98a2e49.zip |
Whitespace cleanup on fb_viewport Rewrite
Change-Id: I24aac41c8abecf7b78a44d7f59e842b791be4563
Diffstat (limited to 'apps/screens.c')
-rw-r--r-- | apps/screens.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/screens.c b/apps/screens.c index fde99912d5..fa2f9f9927 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -367,7 +367,7 @@ static const int id3_headers[]= { LANG_ID3_TITLE, LANG_ID3_ARTIST, - LANG_ID3_COMPOSER, + LANG_ID3_COMPOSER, LANG_ID3_ALBUM, LANG_ID3_ALBUMARTIST, LANG_ID3_GROUPING, @@ -766,7 +766,7 @@ int view_runtime(void) while(1) { global_status.runtime += ((current_tick - lasttime) / HZ); - + lasttime = current_tick; if (say_runtime) { @@ -841,13 +841,13 @@ int calibrate(void) enum touchscreen_mode old_mode = touchscreen_get_mode(); struct touchscreen_calibration cal; int i, ret = 0; - + /* hide the statusbar */ viewportmanager_theme_enable(SCREEN_MAIN, false, NULL); touchscreen_disable_mapping(); /* set raw mode */ touchscreen_set_mode(TOUCHSCREEN_POINT); - + for(i=0; i<3; i++) { screen->clear_display(); |