[MPlayer-cvslog] r35900 - trunk/gui/ui/actions.c

ib subversion at mplayerhq.hu
Sat Jan 26 16:35:10 CET 2013


Author: ib
Date: Sat Jan 26 16:35:10 2013
New Revision: 35900

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/ui/actions.c

Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c	Sat Jan 26 16:32:37 2013	(r35899)
+++ trunk/gui/ui/actions.c	Sat Jan 26 16:35:10 2013	(r35900)
@@ -619,9 +619,9 @@ void uiChangeSkin(char *name)
 
     if (!guiInfo.Playing) {
         if (!guiApp.videoWindow.isFullScreen) {
-        wsWindowResize(&guiApp.videoWindow, guiApp.video.width, guiApp.video.height);
-        wsWindowMove(&guiApp.videoWindow, False, guiApp.video.x, guiApp.video.y);
-    }
+            wsWindowResize(&guiApp.videoWindow, guiApp.video.width, guiApp.video.height);
+            wsWindowMove(&guiApp.videoWindow, False, guiApp.video.x, guiApp.video.y);
+        }
 
         wsWindowRedraw(&guiApp.videoWindow);
     }


More information about the MPlayer-cvslog mailing list