Explorar o código

Fixed spacing

Sam Lantinga %!s(int64=4) %!d(string=hai) anos
pai
achega
c14813a879
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video/SDL_video.c

+ 1 - 1
src/video/SDL_video.c

@@ -1616,7 +1616,7 @@ SDL_CreateWindow(const char *title, int x, int y, int w, int h, Uint32 flags)
             SDL_zero(fullscreen_mode);
             SDL_zero(fullscreen_mode);
             fullscreen_mode.w = w;
             fullscreen_mode.w = w;
             fullscreen_mode.h = h;
             fullscreen_mode.h = h;
-            if(SDL_GetClosestDisplayModeForDisplay(display, &fullscreen_mode, &closest_mode) != NULL) {
+            if (SDL_GetClosestDisplayModeForDisplay(display, &fullscreen_mode, &closest_mode) != NULL) {
                 bounds.w = closest_mode.w;
                 bounds.w = closest_mode.w;
                 bounds.h = closest_mode.h;
                 bounds.h = closest_mode.h;
             }
             }