Some spacing review

This commit is contained in:
Ray
2019-02-28 23:06:37 +01:00
parent 50da9f623e
commit 36fa0207f2
4 changed files with 5 additions and 7 deletions

View File

@@ -4321,7 +4321,7 @@ static void *EventThread(void *arg)
// Button parsing
if (event.type == EV_KEY)
{
if((event.code == BTN_TOUCH) || (event.code == BTN_LEFT))
if ((event.code == BTN_TOUCH) || (event.code == BTN_LEFT))
{
currentMouseStateEvdev[MOUSE_LEFT_BUTTON] = event.value;
if (event.value > 0) gestureEvent.touchAction = TOUCH_DOWN;