Skip to content

Commit

Permalink
linting: trim some empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rsekman committed Oct 9, 2023
1 parent 115a007 commit 760bed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/streamer.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ get_next_track (playItem_t *curr, ddb_shuffle_t shuffle, ddb_repeat_t repeat) {
static playItem_t *
get_prev_track (playItem_t *curr, ddb_shuffle_t shuffle, ddb_repeat_t repeat) {
pl_lock ();

if (prev_track_to_play != NULL) {
pl_item_ref(prev_track_to_play);
pl_unlock();
Expand All @@ -777,7 +777,7 @@ get_prev_track (playItem_t *curr, ddb_shuffle_t shuffle, ddb_repeat_t repeat) {
streamer_set_streamer_playlist (plt);
plt_unref (plt);
}

playlist_t *plt = streamer_playlist;

if (!plt->head[PL_MAIN]) {
Expand Down

0 comments on commit 760bed6

Please sign in to comment.