diff gui/interface.c @ 35468:047fc4746236

Cosmetic: Adjust indent and move guiInfo member CodecName in structure.
author ib
date Sun, 02 Dec 2012 15:59:55 +0000
parents 364387ae95f4
children 1a82d83c00eb
line wrap: on
line diff
--- a/gui/interface.c	Sun Dec 02 15:56:19 2012 +0000
+++ b/gui/interface.c	Sun Dec 02 15:59:55 2012 +0000
@@ -789,7 +789,7 @@
         }
 
         if (guiInfo.Playing)
-        next = listMgr(PLAYLIST_ITEM_GET_NEXT, 0);
+            next = listMgr(PLAYLIST_ITEM_GET_NEXT, 0);
 
         if (guiInfo.Playing && next) {
             uiSetFile(next->path, next->name, STREAMTYPE_FILE);