From 40e98a2e4915464b9306ab7b0f6feb173de095c5 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 26 Oct 2020 12:38:22 -0400 Subject: Whitespace cleanup on fb_viewport Rewrite Change-Id: I24aac41c8abecf7b78a44d7f59e842b791be4563 --- apps/screens.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/screens.c') 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(); -- cgit v1.2.3