mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 05:57:44 +00:00
Fixed whitespace
This commit is contained in:
@@ -479,9 +479,9 @@ static int
|
||||
IOS_JoystickInit(void)
|
||||
{
|
||||
#if defined(__MACOSX__)
|
||||
if (!is_macos11()) {
|
||||
return 0;
|
||||
}
|
||||
if (!is_macos11()) {
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
@autoreleasepool {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user