summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2020-10-26 12:38:22 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2020-10-26 12:38:22 -0400
commit40e98a2e4915464b9306ab7b0f6feb173de095c5 (patch)
tree4e987640ae4ad201f029c4e26e51ebc61a4549b1 /apps/screens.c
parent3237ae4a4ff9296a377ff9194a11038da161208f (diff)
downloadrockbox-40e98a2e4915464b9306ab7b0f6feb173de095c5.tar.gz
rockbox-40e98a2e4915464b9306ab7b0f6feb173de095c5.zip
Whitespace cleanup on fb_viewport Rewrite
Change-Id: I24aac41c8abecf7b78a44d7f59e842b791be4563
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c8
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[]=
367{ 367{
368 LANG_ID3_TITLE, 368 LANG_ID3_TITLE,
369 LANG_ID3_ARTIST, 369 LANG_ID3_ARTIST,
370 LANG_ID3_COMPOSER, 370 LANG_ID3_COMPOSER,
371 LANG_ID3_ALBUM, 371 LANG_ID3_ALBUM,
372 LANG_ID3_ALBUMARTIST, 372 LANG_ID3_ALBUMARTIST,
373 LANG_ID3_GROUPING, 373 LANG_ID3_GROUPING,
@@ -766,7 +766,7 @@ int view_runtime(void)
766 while(1) 766 while(1)
767 { 767 {
768 global_status.runtime += ((current_tick - lasttime) / HZ); 768 global_status.runtime += ((current_tick - lasttime) / HZ);
769 769
770 lasttime = current_tick; 770 lasttime = current_tick;
771 if (say_runtime) 771 if (say_runtime)
772 { 772 {
@@ -841,13 +841,13 @@ int calibrate(void)
841 enum touchscreen_mode old_mode = touchscreen_get_mode(); 841 enum touchscreen_mode old_mode = touchscreen_get_mode();
842 struct touchscreen_calibration cal; 842 struct touchscreen_calibration cal;
843 int i, ret = 0; 843 int i, ret = 0;
844 844
845 /* hide the statusbar */ 845 /* hide the statusbar */
846 viewportmanager_theme_enable(SCREEN_MAIN, false, NULL); 846 viewportmanager_theme_enable(SCREEN_MAIN, false, NULL);
847 847
848 touchscreen_disable_mapping(); /* set raw mode */ 848 touchscreen_disable_mapping(); /* set raw mode */
849 touchscreen_set_mode(TOUCHSCREEN_POINT); 849 touchscreen_set_mode(TOUCHSCREEN_POINT);
850 850
851 for(i=0; i<3; i++) 851 for(i=0; i<3; i++)
852 { 852 {
853 screen->clear_display(); 853 screen->clear_display();