Skip to content

Commit d1e8507

Browse files
committed
joystick/wiiu: minor style nits
1 parent 0b872ac commit d1e8507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/joystick/wiiu/SDL_wiiujoystick.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ static void WIIU_JoystickUpdate(SDL_Joystick *joystick)
370370
}
371371

372372
/* touchscreen */
373-
window = SDL_GetFocusWindow();
374-
if (window != NULL) {
373+
window = SDL_GetFocusWindow();
374+
if (window != NULL) {
375375
VPADGetTPCalibratedPoint(VPAD_CHAN_0, &tpdata, &vpad.tpNormal);
376376
if (tpdata.touched) {
377377
/* Send an initial touch */
@@ -531,7 +531,7 @@ SDL_JoystickDriver SDL_WIIU_JoystickDriver =
531531
WIIU_JoystickDetect,
532532
WIIU_JoystickGetDeviceName,
533533
WIIU_JoystickGetDevicePlayerIndex,
534-
WIIU_JoystickSetDevicePlayerIndex,
534+
WIIU_JoystickSetDevicePlayerIndex,
535535
WIIU_JoystickGetDeviceGUID,
536536
WIIU_JoystickGetDeviceInstanceID,
537537
WIIU_JoystickOpen,

0 commit comments

Comments
 (0)