changeset 33630:442726a401f1

Cosmetic: Adjust indent.
author ib
date Fri, 24 Jun 2011 12:54:10 +0000
parents 315620d0fa76
children 3f6782208075
files gui/interface.c mplayer.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Fri Jun 24 12:35:20 2011 +0000
+++ b/gui/interface.c	Fri Jun 24 12:54:10 2011 +0000
@@ -355,7 +355,7 @@
                 guiApp.subWindow.Mapped = wsMapped;
             }
             guiInfo.Playing = GUI_PAUSE; // because of !gtkShowVideoWindow...
-            uiFullScreen();        // ...guiInfo.Playing is required
+            uiFullScreen();          // ...guiInfo.Playing is required
             wsVisibleWindow(&guiApp.subWindow, wsHideWindow);
             btnModify(evFullScreen, btnPressed);
         }
--- a/mplayer.c	Fri Jun 24 12:35:20 2011 +0000
+++ b/mplayer.c	Fri Jun 24 12:54:10 2011 +0000
@@ -4120,7 +4120,7 @@
 #ifdef CONFIG_GUI
         (use_gui && guiInfo.Playing) ||
 #endif
-                                              mpctx->playtree_iter != NULL || player_idle_mode) {
+                                        mpctx->playtree_iter != NULL || player_idle_mode) {
         if (!mpctx->playtree_iter)
             filename = NULL;
         mpctx->eof = 0;