From 00e67be7c98cedf3ea60c10d4a527f30cdfa473c Mon Sep 17 00:00:00 2001
From: Avuton Olrich <avuton@gmail.com>
Date: Thu, 20 Jul 2006 18:53:56 +0000
Subject: Add mpd-indent.sh Add a few new options for indent to try to make
 things a bit cleaner

git-svn-id: https://svn.musicpd.org/mpd/trunk@4411 09075e82-0dd4-0310-85a5-a0d7c8717e4f
---
 src/playlist.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'src/playlist.c')

diff --git a/src/playlist.c b/src/playlist.c
index e1ab04344..a37ee76f3 100644
--- a/src/playlist.c
+++ b/src/playlist.c
@@ -1071,7 +1071,11 @@ void playPlaylistIfPlayerStopped(void)
 		else
 			playlist_errorCount++;
 
-		if (playlist_state == PLAYLIST_STATE_PLAY && ((playlist_stopOnError && error != PLAYER_ERROR_NOERROR) || error == PLAYER_ERROR_AUDIO || error == PLAYER_ERROR_SYSTEM || playlist_errorCount >= playlist.length)) {
+		if (playlist_state == PLAYLIST_STATE_PLAY
+		    && ((playlist_stopOnError && error != PLAYER_ERROR_NOERROR)
+			|| error == PLAYER_ERROR_AUDIO
+			|| error == PLAYER_ERROR_SYSTEM
+			|| playlist_errorCount >= playlist.length)) {
 			stopPlaylist(stderr);
 		} else if (playlist_noGoToNext)
 			currentSongInPlaylist(stderr);
-- 
cgit v1.2.3