Fixed whitespace

This commit is contained in:
Sam Lantinga 2020-12-03 18:17:01 -08:00
parent f487d63a6b
commit 59f28b7f4b
5 changed files with 16 additions and 16 deletions

View File

@ -130,7 +130,7 @@ static const SDL_UDEV_Symbols *udev_ctx = NULL;
#undef make_path #undef make_path
#undef read_thread #undef read_thread
#ifdef HAVE_HIDAPI_NVAGIPMAN #ifdef SDL_JOYSTICK_HIDAPI_STEAMXBOX
#define HAVE_DRIVER_BACKEND 1 #define HAVE_DRIVER_BACKEND 1
#endif #endif
@ -160,9 +160,9 @@ static const SDL_UDEV_Symbols *udev_ctx = NULL;
#define hid_get_indexed_string DRIVER_hid_get_indexed_string #define hid_get_indexed_string DRIVER_hid_get_indexed_string
#define hid_error DRIVER_hid_error #define hid_error DRIVER_hid_error
#ifdef HAVE_HIDAPI_NVAGIPMAN #ifdef SDL_JOYSTICK_HIDAPI_STEAMXBOX
#undef HIDAPI_H__ #undef HIDAPI_H__
#include "nvagipman/hid.c" #include "steamxbox/hid.c"
#else #else
#error Need a driver hid.c for this platform! #error Need a driver hid.c for this platform!
#endif #endif