changeset 35547:fb9968ad466e

Cosmetic: Adjust indent and add a blank line.
author ib
date Sun, 09 Dec 2012 16:49:45 +0000
parents cd2c85083fdd
children d3e141fc74d8
files gui/interface.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Sun Dec 09 16:49:03 2012 +0000
+++ b/gui/interface.c	Sun Dec 09 16:49:45 2012 +0000
@@ -836,7 +836,8 @@
 
             filename = NULL;
 
-                guiInfo.Track = (guiInfo.StreamType == STREAMTYPE_VCD ? 2 : 1);
+            guiInfo.Track = (guiInfo.StreamType == STREAMTYPE_VCD ? 2 : 1);
+
             if (guiInfo.Chapter)
                 guiInfo.Chapter = 1;
             if (guiInfo.Angle)
@@ -844,7 +845,7 @@
 
             if (isPlaylistStreamtype) {
                 if (!listMgr(PLAYLIST_ITEM_GET_CURR, 0))
-                uiUnsetFile();
+                    uiUnsetFile();
                 else {
                     plItem *curr;