From 9cd2e9ec8fc0127393dfce9c0359d500c8c238be Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 09 Apr 2019 02:22:50 +0000
Subject: [PATCH] updae source to 2.0.9 source

---
 source/src/video/wayland/SDL_waylandtouch.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/src/video/wayland/SDL_waylandtouch.c b/source/src/video/wayland/SDL_waylandtouch.c
index 005b47f..1cf37c1 100644
--- a/source/src/video/wayland/SDL_waylandtouch.c
+++ b/source/src/video/wayland/SDL_waylandtouch.c
@@ -89,9 +89,9 @@
     */
 
     SDL_TouchID deviceId = 1;
-	if (SDL_AddTouch(deviceId, "qt_touch_extension") < 0) {
-		 SDL_Log("error: can't add touch %s, %d", __FILE__, __LINE__);
-	}
+    if (SDL_AddTouch(deviceId, "qt_touch_extension") < 0) {
+         SDL_Log("error: can't add touch %s, %d", __FILE__, __LINE__);
+    }
 
     switch (touchState) {
         case QtWaylandTouchPointPressed:

--
Gitblit v1.9.3