Fixed some whitespace.

--HG--
extra : rebase_source : f10a447a25fafe9bc7a56dba0e6ebc74a3804063
This commit is contained in:
Ryan C. Gordon 2013-08-02 18:25:20 -04:00
parent ab545a05b9
commit a60814585d

View file

@ -2111,7 +2111,7 @@ SDL_OnWindowFocusLost(SDL_Window * window)
SDL_UpdateWindowGrab(window);
/* If we're fullscreen and lose focus, minimize unless the hint tells us otherwise */
if ((window->flags & SDL_WINDOW_FULLSCREEN) && ShouldMinimizeOnFocusLoss() ) {
if ((window->flags & SDL_WINDOW_FULLSCREEN) && ShouldMinimizeOnFocusLoss()) {
SDL_MinimizeWindow(window);
}
}