Mercurial > mplayer.hg
changeset 35566:5053be8dbab2
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Mon, 10 Dec 2012 18:15:57 +0000 |
parents | 5f7a983fc838 |
children | 9ffbffc4216c |
files | gui/interface.c |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Mon Dec 10 18:14:34 2012 +0000 +++ b/gui/interface.c Mon Dec 10 18:15:57 2012 +0000 @@ -813,15 +813,15 @@ uiEventHandling(ivRedraw, 1); if (guiInfo.Playing) { - if (!guiInfo.PlaylistNext) { - guiInfo.PlaylistNext = True; - break; - } + if (!guiInfo.PlaylistNext) { + guiInfo.PlaylistNext = True; + break; + } - if (guiInfo.StreamType == STREAMTYPE_CDDA && guiInfo.Track < guiInfo.Tracks) { - uiNext(); - break; - } + if (guiInfo.StreamType == STREAMTYPE_CDDA && guiInfo.Track < guiInfo.Tracks) { + uiNext(); + break; + } next = listMgr(PLAYLIST_ITEM_GET_NEXT, 0); }