mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Fixed spacing
This commit is contained in:
@@ -970,7 +970,7 @@ static void LINUX_JoystickDetect(void)
|
|||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_INOTIFY
|
#ifdef HAVE_INOTIFY
|
||||||
if (inotify_fd >= 0 && last_joy_detect_time != 0) {
|
if (inotify_fd >= 0 && last_joy_detect_time != 0) {
|
||||||
LINUX_InotifyJoystickDetect();
|
LINUX_InotifyJoystickDetect();
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user