Fixed spacing

main
Sam Lantinga 2024-03-25 11:41:51 -07:00
parent 5e8486bb29
commit 43b8e9f681
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ static void LINUX_JoystickDetect(void)
} else
#endif
#ifdef HAVE_INOTIFY
if (inotify_fd >= 0 && last_joy_detect_time != 0) {
if (inotify_fd >= 0 && last_joy_detect_time != 0) {
LINUX_InotifyJoystickDetect();
} else
#endif