Explorar el Código

[KMSDRM] Correct indentation.

Vanfanel hace 4 años
padre
commit
e4a81a98a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video/kmsdrm/SDL_kmsdrmvideo.c

+ 1 - 1
src/video/kmsdrm/SDL_kmsdrmvideo.c

@@ -1157,7 +1157,7 @@ KMSDRM_CreateWindow(_THIS, SDL_Window * window)
 
 
     if (!is_vulkan && !vulkan_mode) { /* NON-Vulkan block. */
     if (!is_vulkan && !vulkan_mode) { /* NON-Vulkan block. */
 
 
-    if (!(dispdata->gbm_init)) {
+        if (!(dispdata->gbm_init)) {
 
 
             /* In order for the GL_CreateRenderer() and GL_LoadFunctions() calls
             /* In order for the GL_CreateRenderer() and GL_LoadFunctions() calls
                in SDL_CreateWindow succeed (no doing so causes a windo re-creation),
                in SDL_CreateWindow succeed (no doing so causes a windo re-creation),