From 1697b1369353ecfbd8c8b640e35b908e01126fc4 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Thu, 21 Oct 2021 22:42:01 +0200 Subject: whitespace fixes Change-Id: I86880595b78e3cae62361c32ca57cf6f6a4ad963 --- apps/playlist_viewer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/playlist_viewer.c') diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index e0e2e787cd..21b61d4a67 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -98,7 +98,7 @@ struct playlist_viewer { int selected_track; /* The selected track, relative (first is 0) */ int moving_track; /* The track to move, relative (first is 0) or -1 if nothing is currently being moved */ - int moving_playlist_index; /* Playlist-relative index (as opposed to + int moving_playlist_index; /* Playlist-relative index (as opposed to viewer-relative index) of moving track */ struct playlist_buffer buffer; }; @@ -295,7 +295,7 @@ static struct playlist_entry * playlist_buffer_get_track(struct playlist_buffer the name_buffer is probably too small to store enough titles to fill the screen, and preload data in the short direction. - + If this happens then scrolling performance will probably be quite low, but it's better then having Data Abort errors */ playlist_buffer_load_entries(pb, index, FORWARD); @@ -319,7 +319,7 @@ static bool playlist_viewer_init(struct playlist_viewer * viewer, } if (!have_list && (playlist_amount() > 0)) { - /*If dynamic playlist still exists, view it anyway even + /*If dynamic playlist still exists, view it anyway even if playback has reached the end of the playlist */ have_list = true; } -- cgit v1.2.3