[MPlayer-cvslog] r35641 - trunk/gui/interface.c
    ib 
    subversion at mplayerhq.hu
       
    Sun Dec  9 17:49:45 CET 2012
    
    
  
Author: ib
Date: Sun Dec  9 17:49:45 2012
New Revision: 35641
Log:
Cosmetic: Adjust indent and add a blank line.
Modified:
   trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Sun Dec  9 17:49:03 2012	(r35640)
+++ trunk/gui/interface.c	Sun Dec  9 17:49:45 2012	(r35641)
@@ -836,7 +836,8 @@ int gui(int what, void *data)
 
             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 @@ int gui(int what, void *data)
 
             if (isPlaylistStreamtype) {
                 if (!listMgr(PLAYLIST_ITEM_GET_CURR, 0))
-                uiUnsetFile();
+                    uiUnsetFile();
                 else {
                     plItem *curr;
 
    
    
More information about the MPlayer-cvslog
mailing list