Commit e4a81a98a036c4fa9ff9b4206c986b49de5e35ee

Vanfanel 2021-02-17T12:06:29

[KMSDRM] Correct indentation.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/kmsdrm/SDL_kmsdrmvideo.c b/src/video/kmsdrm/SDL_kmsdrmvideo.c
index f6f651d..9ea06b6 100644
--- a/src/video/kmsdrm/SDL_kmsdrmvideo.c
+++ b/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 (!(dispdata->gbm_init)) {
+        if (!(dispdata->gbm_init)) {
 
             /* In order for the GL_CreateRenderer() and GL_LoadFunctions() calls
                in SDL_CreateWindow succeed (no doing so causes a windo re-creation),