changeset 35806:ea15d7aebf13

Cosmetic: Adjust indent.
author ib
date Sat, 26 Jan 2013 15:35:10 +0000
parents 5d163370a554
children b5f83ea354e7
files gui/ui/actions.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/actions.c	Sat Jan 26 15:32:37 2013 +0000
+++ b/gui/ui/actions.c	Sat Jan 26 15:35:10 2013 +0000
@@ -619,9 +619,9 @@
 
     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);
     }