# HG changeset patch # User ib # Date 1359214510 0 # Node ID ea15d7aebf132408a0ae96574d349882ba10343c # Parent 5d163370a55459e4b7ca641100a8ed8eef338256 Cosmetic: Adjust indent. diff -r 5d163370a554 -r ea15d7aebf13 gui/ui/actions.c --- 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); }