# HG changeset patch # User ib # Date 1387319406 0 # Node ID 31120561a9da07d240cc45ef2a2b990b39e62198 # Parent 514b38743990e9683316967041f8cb6eeb6e1710 Cosmetic: Adjust indent. diff -r 514b38743990 -r 31120561a9da gui/interface.c --- 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) {