changeset 34066:1b60a54bbfb8

Cosmetic: Adjust indent.
author ib
date Thu, 29 Sep 2011 13:36:25 +0000
parents 8a7056729022
children eb6344ee99ac
files gui/interface.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Thu Sep 29 13:35:31 2011 +0000
+++ b/gui/interface.c	Thu Sep 29 13:36:25 2011 +0000
@@ -769,7 +769,7 @@
         if (guiInfo.Playing && (next = listSet(gtkGetNextPlItem, NULL)) && (plLastPlayed != next)) {
             plLastPlayed = next;
             uiSetFileName(next->path, next->name, STREAMTYPE_FILE);
-            guiInfo.NewPlay    = GUI_FILE_NEW;
+            guiInfo.NewPlay = GUI_FILE_NEW;
             guiInfo.Track++;
         } else {
             if (guiInfo.NewPlay == GUI_FILE_NEW)