[MPlayer-cvslog] r36553 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Tue Dec 17 23:30:06 CET 2013


Author: ib
Date: Tue Dec 17 23:30:06 2013
New Revision: 36553

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Tue Dec 17 23:27:13 2013	(r36552)
+++ trunk/gui/interface.c	Tue Dec 17 23:30:06 2013	(r36553)
@@ -312,7 +312,7 @@ int gui(int what, void *data)
     stream_t *stream = NULL;
     sh_audio_t *sh_audio;
     mixer_t *mixer;
-    plItem *next   = NULL;
+    plItem *next = NULL;
 
     switch (what) {
     case GUI_SET_CONTEXT:
@@ -603,8 +603,8 @@ int gui(int what, void *data)
         if (guiInfo.StreamType == STREAMTYPE_PLAYLIST)
             guiInfo.mpcontext->file_format = DEMUXER_TYPE_PLAYLIST;
         else {
-        stream = data;
-        guiInfo.StreamType = stream->type;
+            stream = data;
+            guiInfo.StreamType = stream->type;
         }
 
         switch (guiInfo.StreamType) {


More information about the MPlayer-cvslog mailing list