changeset 36457:31120561a9da

Cosmetic: Adjust indent.
author ib
date Tue, 17 Dec 2013 22:30:06 +0000
parents 514b38743990
children 4634a3085efc
files gui/interface.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Tue Dec 17 22:27:13 2013 +0000
+++ b/gui/interface.c	Tue Dec 17 22:30:06 2013 +0000
@@ -312,7 +312,7 @@
     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 @@
         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) {