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

@@ -479,9 +479,9 @@ static int
IOS_JoystickInit(void)
{
#if defined(__MACOSX__)
if (!is_macos11()) {
return 0;
}
if (!is_macos11()) {
return 0;
}
#endif
@autoreleasepool {

View File

@@ -34,7 +34,7 @@ typedef struct joystick_hwdata
SDL_bool remote;
GCController __unsafe_unretained *controller;
void *rumble;
void *rumble;
SDL_bool uses_pause_handler;
int num_pause_presses;
Uint32 pause_button_down_time;