# HG changeset patch # User ib # Date 1313158235 0 # Node ID 53fd5dbe675b9667121ffc4a6d399d1a38602a88 # Parent b2e63fe7fe1704dd6d202cdd75faa187fd8474fd Cosmetic: Adjust indent. diff -r b2e63fe7fe17 -r 53fd5dbe675b gui/interface.c --- a/gui/interface.c Fri Aug 12 14:09:36 2011 +0000 +++ b/gui/interface.c Fri Aug 12 14:10:35 2011 +0000 @@ -786,8 +786,8 @@ if (guiInfo.Playing && (next = listSet(gtkGetNextPlItem, NULL)) && (plLastPlayed != next)) { plLastPlayed = next; setddup(&guiInfo.Filename, next->path, next->name); - guiInfo.StreamType = STREAMTYPE_FILE; - guiInfo.NewPlay = GUI_FILE_NEW; + guiInfo.StreamType = STREAMTYPE_FILE; + guiInfo.NewPlay = GUI_FILE_NEW; nfree(guiInfo.AudioFile); nfree(guiInfo.Subtitlename); } else {